Html Css Color HEX #B76BAB Violet Blue

📋 copy color: '#B76BAB'

red 183 ◦ green 107 ◦ blue 171

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

Shades of Violet Blue #B76BAB

Tints of Violet Blue #B76BAB

RGB

 RED value IS 183 (71.88% from 255) = 39.7%

 GREEN value IS 107 (42.19% from 255) = 23.21%

 BLUE value IS 171 (67.19% from 255) = 37.09%

R = 39.7%
G = 23.21%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B76BAB (or 0xB76BAB) is known color: Violet Blue. HEX triplet: B7, 6B and AB. RGB value is (183,107,171). Sum of RGB (Red+Green+Blue) = 183+107+171=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B76BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76BAB is #489454. Grayscale: #888888. Windows color (decimal): -4756565 or 11234231. OLE color: 11234231.

HSL color Cylindrical-coordinate representation of color #B76BAB: hue angle of 309.47º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76BAB is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 107 171 -
CMYK 0 0.42 0.07 0.28
HSL 309.47º 0.35% 0.57% -
HSV(B) 309.47º 0.42% 0.72% -
XYZ 32.14 23.52 41.37 -
YUV 137.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 183 107 171 0 0.42 0.07 0.28 309.47 0.35 0.57
Hex B7 6B AB 0 2A 7 1C 135 23 39
Octal 267 153 253 0 52 7 34 465 43 71
Binary 10110111 1101011 10101011 0 101010 111 11100 100110101 100011 111001

Color Harmonies of #B76BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76BAB

Black with #B76BAB

Text Example


Text Example

White with #B76BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76BAB; }

 p { color: rgb(183,107,171); }

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

background-color css

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

 a { background-color: rgb(183,107,171); }

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

border-color css

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

 span { border-color: rgb(183,107,171); }

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