Html Css Color HEX #B16CA6 Violet Blue

📋 copy color: '#B16CA6'

red 177 ◦ green 108 ◦ blue 166

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

Shades of Violet Blue #B16CA6

Tints of Violet Blue #B16CA6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.95%

 BLUE value IS 166 (65.23% from 255) = 36.81%

R = 39.25%
G = 23.95%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B16CA6 (or 0xB16CA6) is known color: Violet Blue. HEX triplet: B1, 6C and A6. RGB value is (177,108,166). Sum of RGB (Red+Green+Blue) = 177+108+166=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B16CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16CA6 is #4E9359. Grayscale: #878787. Windows color (decimal): -5149530 or 10906801. OLE color: 10906801.

HSL color Cylindrical-coordinate representation of color #B16CA6: hue angle of 309.57º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B16CA6 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 108 166 -
CMYK 0 0.39 0.06 0.31
HSL 309.57º 0.31% 0.56% -
HSV(B) 309.57º 0.39% 0.69% -
XYZ 30.38 22.83 38.88 -
YUV 135.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 177 108 166 0 0.39 0.06 0.31 309.57 0.31 0.56
Hex B1 6C A6 0 27 6 1F 136 1F 38
Octal 261 154 246 0 47 6 37 466 37 70
Binary 10110001 1101100 10100110 0 100111 110 11111 100110110 11111 111000

Color Harmonies of #B16CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16CA6

Black with #B16CA6

Text Example


Text Example

White with #B16CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16CA6; }

 p { color: rgb(177,108,166); }

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

background-color css

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

 a { background-color: rgb(177,108,166); }

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

border-color css

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

 span { border-color: rgb(177,108,166); }

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