Html Css Color HEX #B66CCB Medium Orchid

📋 copy color: '#B66CCB'

red 182 ◦ green 108 ◦ blue 203

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

Shades of Medium Orchid #B66CCB

Tints of Medium Orchid #B66CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.91%

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 36.92%
G = 21.91%
B = 41.18%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B66CCB (or 0xB66CCB) is known color: Medium Orchid. HEX triplet: B6, 6C and CB. RGB value is (182,108,203). Sum of RGB (Red+Green+Blue) = 182+108+203=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #B66CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66CCB is #499334. Grayscale: #8C8C8C. Windows color (decimal): -4821813 or 13331638. OLE color: 13331638.

HSL color Cylindrical-coordinate representation of color #B66CCB: hue angle of 286.74º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B66CCB is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 108 203 -
CMYK 0.10 0.47 0 0.20
HSL 286.74º 0.48% 0.61% -
HSV(B) 286.74º 0.47% 0.8% -
XYZ 35.43 24.98 59.45 -
YUV 140.96 163.02 157.28 -
System Red Green Blue C M Y K H S L
Decimal 182 108 203 0.10 0.47 0 0.20 286.74 0.48 0.61
Hex B6 6C CB A 2F 0 14 11F 30 3D
Octal 266 154 313 12 57 0 24 437 60 75
Binary 10110110 1101100 11001011 1010 101111 0 10100 100011111 110000 111101

Color Harmonies of #B66CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66CCB

Black with #B66CCB

Text Example


Text Example

White with #B66CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66CCB; }

 p { color: rgb(182,108,203); }

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

background-color css

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

 a { background-color: rgb(182,108,203); }

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

border-color css

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

 span { border-color: rgb(182,108,203); }

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