Html Css Color HEX #B66BCB Medium Orchid

📋 copy color: '#B66BCB'

red 182 ◦ green 107 ◦ blue 203

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

Shades of Medium Orchid #B66BCB

Tints of Medium Orchid #B66BCB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.75%

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

R = 36.99%
G = 21.75%
B = 41.26%

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

#B66BCB (or 0xB66BCB) is known color: Medium Orchid. HEX triplet: B6, 6B and CB. RGB value is (182,107,203). Sum of RGB (Red+Green+Blue) = 182+107+203=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #B66BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66BCB is #499434. Grayscale: #8C8C8C. Windows color (decimal): -4822069 or 13331382. OLE color: 13331382.

HSL color Cylindrical-coordinate representation of color #B66BCB: hue angle of 286.88º 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 #B66BCB is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 107 203 -
CMYK 0.10 0.47 0 0.20
HSL 286.88º 0.48% 0.61% -
HSV(B) 286.88º 0.47% 0.8% -
XYZ 35.33 24.77 59.42 -
YUV 140.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 182 107 203 0.10 0.47 0 0.20 286.88 0.48 0.61
Hex B6 6B CB A 2F 0 14 11F 30 3D
Octal 266 153 313 12 57 0 24 437 60 75
Binary 10110110 1101011 11001011 1010 101111 0 10100 100011111 110000 111101

Color Harmonies of #B66BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66BCB

Black with #B66BCB

Text Example


Text Example

White with #B66BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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