Html Css Color HEX #B66ECE Medium Orchid

📋 copy color: '#B66ECE'

red 182 ◦ green 110 ◦ blue 206

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

Shades of Medium Orchid #B66ECE

Tints of Medium Orchid #B66ECE

RGB

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

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

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

R = 36.55%
G = 22.09%
B = 41.37%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B66ECE (or 0xB66ECE) is known color: Medium Orchid. HEX triplet: B6, 6E and CE. RGB value is (182,110,206). Sum of RGB (Red+Green+Blue) = 182+110+206=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #B66ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66ECE is #499131. Grayscale: #8E8E8E. Windows color (decimal): -4821298 or 13528758. OLE color: 13528758.

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

Color convert

RGB 182 110 206 -
CMYK 0.12 0.47 0 0.19
HSL 285º 0.49% 0.62% -
HSV(B) 285º 0.47% 0.81% -
XYZ 36.01 25.55 61.43 -
YUV 142.47 163.85 156.19 -
System Red Green Blue C M Y K H S L
Decimal 182 110 206 0.12 0.47 0 0.19 285 0.49 0.62
Hex B6 6E CE C 2F 0 13 11D 31 3E
Octal 266 156 316 14 57 0 23 435 61 76
Binary 10110110 1101110 11001110 1100 101111 0 10011 100011101 110001 111110

Color Harmonies of #B66ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66ECE

Black with #B66ECE

Text Example


Text Example

White with #B66ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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