Html Css Color HEX #BD71CE Medium Orchid

📋 copy color: '#BD71CE'

red 189 ◦ green 113 ◦ blue 206

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

Shades of Medium Orchid #BD71CE

Tints of Medium Orchid #BD71CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.24%

 BLUE value IS 206 (80.86% from 255) = 40.55%

R = 37.2%
G = 22.24%
B = 40.55%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD71CE (or 0xBD71CE) is known color: Medium Orchid. HEX triplet: BD, 71 and CE. RGB value is (189,113,206). Sum of RGB (Red+Green+Blue) = 189+113+206=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD71CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71CE is #428E31. Grayscale: #929292. Windows color (decimal): -4361778 or 13529533. OLE color: 13529533.

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

Color convert

RGB 189 113 206 -
CMYK 0.08 0.45 0 0.19
HSL 289.03º 0.49% 0.63% -
HSV(B) 289.03º 0.45% 0.81% -
XYZ 38.03 27.09 61.62 -
YUV 146.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 189 113 206 0.08 0.45 0 0.19 289.03 0.49 0.63
Hex BD 71 CE 8 2D 0 13 121 31 3F
Octal 275 161 316 10 55 0 23 441 61 77
Binary 10111101 1110001 11001110 1000 101101 0 10011 100100001 110001 111111

Color Harmonies of #BD71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD71CE

Black with #BD71CE

Text Example


Text Example

White with #BD71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD71CE; }

 p { color: rgb(189,113,206); }

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

background-color css

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

 a { background-color: rgb(189,113,206); }

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

border-color css

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

 span { border-color: rgb(189,113,206); }

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