Html Css Color HEX #B166D7 Medium Orchid

📋 copy color: '#B166D7'

red 177 ◦ green 102 ◦ blue 215

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

Shades of Medium Orchid #B166D7

Tints of Medium Orchid #B166D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.52%

R = 35.83%
G = 20.65%
B = 43.52%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B166D7 (or 0xB166D7) is known color: Medium Orchid. HEX triplet: B1, 66 and D7. RGB value is (177,102,215). Sum of RGB (Red+Green+Blue) = 177+102+215=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #B166D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B166D7 is #4E9928. Grayscale: #888888. Windows color (decimal): -5151017 or 14116529. OLE color: 14116529.

HSL color Cylindrical-coordinate representation of color #B166D7: hue angle of 279.82º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B166D7 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 102 215 -
CMYK 0.18 0.53 0 0.16
HSL 279.82º 0.59% 0.62% -
HSV(B) 279.82º 0.53% 0.84% -
XYZ 35.15 23.76 67.02 -
YUV 137.31 171.85 156.31 -
System Red Green Blue C M Y K H S L
Decimal 177 102 215 0.18 0.53 0 0.16 279.82 0.59 0.62
Hex B1 66 D7 12 35 0 10 118 3B 3E
Octal 261 146 327 22 65 0 20 430 73 76
Binary 10110001 1100110 11010111 10010 110101 0 10000 100011000 111011 111110

Color Harmonies of #B166D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B166D7

Black with #B166D7

Text Example


Text Example

White with #B166D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B166D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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