Html Css Color HEX #B166DC Medium Orchid

📋 copy color: '#B166DC'

red 177 ◦ green 102 ◦ blue 220

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

Shades of Medium Orchid #B166DC

Tints of Medium Orchid #B166DC

RGB

 RED value IS 177 (69.53% from 255) = 35.47%

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

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 35.47%
G = 20.44%
B = 44.09%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B166DC (or 0xB166DC) is known color: Medium Orchid. HEX triplet: B1, 66 and DC. RGB value is (177,102,220). Sum of RGB (Red+Green+Blue) = 177+102+220=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #B166DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B166DC is #4E9923. Grayscale: #898989. Windows color (decimal): -5151012 or 14444209. OLE color: 14444209.

HSL color Cylindrical-coordinate representation of color #B166DC: hue angle of 278.14º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B166DC is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 102 220 -
CMYK 0.20 0.54 0 0.14
HSL 278.14º 0.63% 0.63% -
HSV(B) 278.14º 0.54% 0.86% -
XYZ 35.8 24.02 70.46 -
YUV 137.88 174.35 155.91 -
System Red Green Blue C M Y K H S L
Decimal 177 102 220 0.20 0.54 0 0.14 278.14 0.63 0.63
Hex B1 66 DC 14 36 0 E 116 3F 3F
Octal 261 146 334 24 66 0 16 426 77 77
Binary 10110001 1100110 11011100 10100 110110 0 1110 100010110 111111 111111

Color Harmonies of #B166DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B166DC

Black with #B166DC

Text Example


Text Example

White with #B166DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B166DC; }

 p { color: rgb(177,102,220); }

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

background-color css

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

 a { background-color: rgb(177,102,220); }

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

border-color css

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

 span { border-color: rgb(177,102,220); }

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