Html Css Color HEX #B66FCB Medium Orchid

📋 copy color: '#B66FCB'

red 182 ◦ green 111 ◦ blue 203

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

Shades of Medium Orchid #B66FCB

Tints of Medium Orchid #B66FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.38%

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

R = 36.69%
G = 22.38%
B = 40.93%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B66FCB (or 0xB66FCB) is known color: Medium Orchid. HEX triplet: B6, 6F and CB. RGB value is (182,111,203). Sum of RGB (Red+Green+Blue) = 182+111+203=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #B66FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FCB is #499034. Grayscale: #8E8E8E. Windows color (decimal): -4821045 or 13332406. OLE color: 13332406.

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

Color convert

RGB 182 111 203 -
CMYK 0.10 0.45 0 0.20
HSL 286.3º 0.47% 0.62% -
HSV(B) 286.3º 0.45% 0.8% -
XYZ 35.76 25.63 59.56 -
YUV 142.72 162.02 156.02 -
System Red Green Blue C M Y K H S L
Decimal 182 111 203 0.10 0.45 0 0.20 286.3 0.47 0.62
Hex B6 6F CB A 2D 0 14 11E 2F 3E
Octal 266 157 313 12 55 0 24 436 57 76
Binary 10110110 1101111 11001011 1010 101101 0 10100 100011110 101111 111110

Color Harmonies of #B66FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66FCB

Black with #B66FCB

Text Example


Text Example

White with #B66FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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