Html Css Color HEX #BD70CF Medium Orchid

📋 copy color: '#BD70CF'

red 189 ◦ green 112 ◦ blue 207

#BD70CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BD70CF

Tints of Medium Orchid #BD70CF

RGB

 RED value IS 189 (74.22% from 255) = 37.2%

 GREEN value IS 112 (44.14% from 255) = 22.05%

 BLUE value IS 207 (81.25% from 255) = 40.75%

R = 37.2%
G = 22.05%
B = 40.75%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD70CF (or 0xBD70CF) is known color: Medium Orchid. HEX triplet: BD, 70 and CF. RGB value is (189,112,207). Sum of RGB (Red+Green+Blue) = 189+112+207=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD70CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70CF is #428F30. Grayscale: #919191. Windows color (decimal): -4362033 or 13594813. OLE color: 13594813.

HSL color Cylindrical-coordinate representation of color #BD70CF: hue angle of 288.63º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD70CF is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 112 207 -
CMYK 0.09 0.46 0 0.19
HSL 288.63º 0.5% 0.63% -
HSV(B) 288.63º 0.46% 0.81% -
XYZ 38.04 26.91 62.22 -
YUV 145.85 162.51 158.78 -
System Red Green Blue C M Y K H S L
Decimal 189 112 207 0.09 0.46 0 0.19 288.63 0.5 0.63
Hex BD 70 CF 9 2E 0 13 121 32 3F
Octal 275 160 317 11 56 0 23 441 62 77
Binary 10111101 1110000 11001111 1001 101110 0 10011 100100001 110010 111111

Color Harmonies of #BD70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD70CF

Black with #BD70CF

Text Example


Text Example

White with #BD70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD70CF; }

 p { color: rgb(189,112,207); }

 H1.HeaderClassName
 {
   color: #BD70CF;
 }
 .AnyTagClassName
 {
   color: #BD70CF;
 }
</style>

background-color css

<style>
 a { background-color: #BD70CF; }

 a { background-color: rgb(189,112,207); }

 div.DivClassName
 {
   background-color: #BD70CF;
 }
 .BgClassName
 {
   background-color: #BD70CF;
 }
</style>

border-color css

<style>
 span { border-color: #BD70CF; }

 span { border-color: rgb(189,112,207); }

 td.TdClassName
 {
   border-color: #BD70CF;
 }
 .TagClassName
 {
   border-color: #BD70CF;
 }
</style>