Html Css Color HEX #B166CD Medium Orchid

📋 copy color: '#B166CD'

red 177 ◦ green 102 ◦ blue 205

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

Shades of Medium Orchid #B166CD

Tints of Medium Orchid #B166CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 36.57%
G = 21.07%
B = 42.36%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B166CD (or 0xB166CD) is known color: Medium Orchid. HEX triplet: B1, 66 and CD. RGB value is (177,102,205). Sum of RGB (Red+Green+Blue) = 177+102+205=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #B166CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B166CD is #4E9932. Grayscale: #878787. Windows color (decimal): -5151027 or 13461169. OLE color: 13461169.

HSL color Cylindrical-coordinate representation of color #B166CD: hue angle of 283.69º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B166CD is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 102 205 -
CMYK 0.14 0.50 0 0.20
HSL 283.69º 0.51% 0.6% -
HSV(B) 283.69º 0.5% 0.8% -
XYZ 33.9 23.26 60.46 -
YUV 136.17 166.85 157.12 -
System Red Green Blue C M Y K H S L
Decimal 177 102 205 0.14 0.50 0 0.20 283.69 0.51 0.6
Hex B1 66 CD E 32 0 14 11C 33 3C
Octal 261 146 315 16 62 0 24 434 63 74
Binary 10110001 1100110 11001101 1110 110010 0 10100 100011100 110011 111100

Color Harmonies of #B166CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B166CD

Black with #B166CD

Text Example


Text Example

White with #B166CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B166CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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