Html Css Color HEX #B666CC Medium Orchid

📋 copy color: '#B666CC'

red 182 ◦ green 102 ◦ blue 204

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

Shades of Medium Orchid #B666CC

Tints of Medium Orchid #B666CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 37.3%
G = 20.9%
B = 41.8%

CMYK

 C value IS 0.11

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B666CC (or 0xB666CC) is known color: Medium Orchid. HEX triplet: B6, 66 and CC. RGB value is (182,102,204). Sum of RGB (Red+Green+Blue) = 182+102+204=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #B666CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666CC is #499933. Grayscale: #898989. Windows color (decimal): -4823348 or 13395638. OLE color: 13395638.

HSL color Cylindrical-coordinate representation of color #B666CC: hue angle of 287.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B666CC is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 102 204 -
CMYK 0.11 0.5 0 0.2
HSL 287.06º 0.5% 0.6% -
HSV(B) 287.06º 0.5% 0.8% -
XYZ 34.94 23.81 59.88 -
YUV 137.55 165.5 159.71 -
System Red Green Blue C M Y K H S L
Decimal 182 102 204 0.11 0.5 0 0.2 287.06 0.5 0.6
Hex B6 66 CC B 32 0 14 11F 32 3C
Octal 266 146 314 13 62 0 24 437 62 74
Binary 10110110 1100110 11001100 1011 110010 0 10100 100011111 110010 111100

Color Harmonies of #B666CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B666CC

Black with #B666CC

Text Example


Text Example

White with #B666CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B666CC; }

 p { color: rgb(182,102,204); }

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

background-color css

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

 a { background-color: rgb(182,102,204); }

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

border-color css

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

 span { border-color: rgb(182,102,204); }

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