Html Css Color HEX #BD66CE Medium Orchid

📋 copy color: '#BD66CE'

red 189 ◦ green 102 ◦ blue 206

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

Shades of Medium Orchid #BD66CE

Tints of Medium Orchid #BD66CE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.52%

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

R = 38.03%
G = 20.52%
B = 41.45%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD66CE (or 0xBD66CE) is known color: Medium Orchid. HEX triplet: BD, 66 and CE. RGB value is (189,102,206). Sum of RGB (Red+Green+Blue) = 189+102+206=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD66CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD66CE is #429931. Grayscale: #8B8B8B. Windows color (decimal): -4364594 or 13526717. OLE color: 13526717.

HSL color Cylindrical-coordinate representation of color #BD66CE: hue angle of 290.19º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD66CE is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 102 206 -
CMYK 0.08 0.50 0 0.19
HSL 290.19º 0.51% 0.6% -
HSV(B) 290.19º 0.5% 0.81% -
XYZ 36.88 24.78 61.23 -
YUV 139.87 165.32 163.04 -
System Red Green Blue C M Y K H S L
Decimal 189 102 206 0.08 0.50 0 0.19 290.19 0.51 0.6
Hex BD 66 CE 8 32 0 13 122 33 3C
Octal 275 146 316 10 62 0 23 442 63 74
Binary 10111101 1100110 11001110 1000 110010 0 10011 100100010 110011 111100

Color Harmonies of #BD66CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD66CE

Black with #BD66CE

Text Example


Text Example

White with #BD66CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD66CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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