Html Css Color HEX #B166DB Medium Orchid

📋 copy color: '#B166DB'

red 177 ◦ green 102 ◦ blue 219

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

Shades of Medium Orchid #B166DB

Tints of Medium Orchid #B166DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.98%

R = 35.54%
G = 20.48%
B = 43.98%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B166DB (or 0xB166DB) is known color: Medium Orchid. HEX triplet: B1, 66 and DB. RGB value is (177,102,219). Sum of RGB (Red+Green+Blue) = 177+102+219=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #B166DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B166DB is #4E9924. Grayscale: #898989. Windows color (decimal): -5151013 or 14378673. OLE color: 14378673.

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

Color convert

RGB 177 102 219 -
CMYK 0.19 0.53 0 0.14
HSL 278.46º 0.62% 0.63% -
HSV(B) 278.46º 0.53% 0.86% -
XYZ 35.67 23.96 69.76 -
YUV 137.76 173.85 155.99 -
System Red Green Blue C M Y K H S L
Decimal 177 102 219 0.19 0.53 0 0.14 278.46 0.62 0.63
Hex B1 66 DB 13 35 0 E 116 3E 3F
Octal 261 146 333 23 65 0 16 426 76 77
Binary 10110001 1100110 11011011 10011 110101 0 1110 100010110 111110 111111

Color Harmonies of #B166DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B166DB

Black with #B166DB

Text Example


Text Example

White with #B166DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B166DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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