Html Css Color HEX #B66ECD Medium Orchid

📋 copy color: '#B66ECD'

red 182 ◦ green 110 ◦ blue 205

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

Shades of Medium Orchid #B66ECD

Tints of Medium Orchid #B66ECD

RGB

 RED value IS 182 (71.48% from 255) = 36.62%

 GREEN value IS 110 (43.36% from 255) = 22.13%

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 36.62%
G = 22.13%
B = 41.25%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B66ECD (or 0xB66ECD) is known color: Medium Orchid. HEX triplet: B6, 6E and CD. RGB value is (182,110,205). Sum of RGB (Red+Green+Blue) = 182+110+205=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #B66ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66ECD is #499132. Grayscale: #8E8E8E. Windows color (decimal): -4821299 or 13463222. OLE color: 13463222.

HSL color Cylindrical-coordinate representation of color #B66ECD: hue angle of 285.47º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B66ECD is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 110 205 -
CMYK 0.11 0.46 0 0.20
HSL 285.47º 0.49% 0.62% -
HSV(B) 285.47º 0.46% 0.8% -
XYZ 35.89 25.5 60.79 -
YUV 142.36 163.35 156.28 -
System Red Green Blue C M Y K H S L
Decimal 182 110 205 0.11 0.46 0 0.20 285.47 0.49 0.62
Hex B6 6E CD B 2E 0 14 11D 31 3E
Octal 266 156 315 13 56 0 24 435 61 76
Binary 10110110 1101110 11001101 1011 101110 0 10100 100011101 110001 111110

Color Harmonies of #B66ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66ECD

Black with #B66ECD

Text Example


Text Example

White with #B66ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66ECD; }

 p { color: rgb(182,110,205); }

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

background-color css

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

 a { background-color: rgb(182,110,205); }

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

border-color css

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

 span { border-color: rgb(182,110,205); }

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