Html Css Color HEX #B166C3 Medium Orchid

📋 copy color: '#B166C3'

red 177 ◦ green 102 ◦ blue 195

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

Shades of Medium Orchid #B166C3

Tints of Medium Orchid #B166C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.14%

R = 37.34%
G = 21.52%
B = 41.14%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B166C3 (or 0xB166C3) is known color: Medium Orchid. HEX triplet: B1, 66 and C3. RGB value is (177,102,195). Sum of RGB (Red+Green+Blue) = 177+102+195=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 195 - color contains mainly: blue. Hex color #B166C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B166C3 is #4E993C. Grayscale: #868686. Windows color (decimal): -5151037 or 12805809. OLE color: 12805809.

HSL color Cylindrical-coordinate representation of color #B166C3: hue angle of 288.39º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B166C3 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 102 195 -
CMYK 0.09 0.48 0 0.24
HSL 288.39º 0.44% 0.58% -
HSV(B) 288.39º 0.48% 0.76% -
XYZ 32.73 22.79 54.3 -
YUV 135.03 161.85 157.94 -
System Red Green Blue C M Y K H S L
Decimal 177 102 195 0.09 0.48 0 0.24 288.39 0.44 0.58
Hex B1 66 C3 9 30 0 18 120 2C 3A
Octal 261 146 303 11 60 0 30 440 54 72
Binary 10110001 1100110 11000011 1001 110000 0 11000 100100000 101100 111010

Color Harmonies of #B166C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B166C3

Black with #B166C3

Text Example


Text Example

White with #B166C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B166C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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