Html Css Color HEX #B76AA6 Violet Blue

📋 copy color: '#B76AA6'

red 183 ◦ green 106 ◦ blue 166

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

Shades of Violet Blue #B76AA6

Tints of Violet Blue #B76AA6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.3%

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

R = 40.22%
G = 23.3%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B76AA6 (or 0xB76AA6) is known color: Violet Blue. HEX triplet: B7, 6A and A6. RGB value is (183,106,166). Sum of RGB (Red+Green+Blue) = 183+106+166=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B76AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76AA6 is #489559. Grayscale: #878787. Windows color (decimal): -4756826 or 10906295. OLE color: 10906295.

HSL color Cylindrical-coordinate representation of color #B76AA6: hue angle of 313.25º 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 #B76AA6 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 106 166 -
CMYK 0 0.42 0.09 0.28
HSL 313.25º 0.35% 0.57% -
HSV(B) 313.25º 0.42% 0.72% -
XYZ 31.57 23.13 38.88 -
YUV 135.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 183 106 166 0 0.42 0.09 0.28 313.25 0.35 0.57
Hex B7 6A A6 0 2A 9 1C 139 23 39
Octal 267 152 246 0 52 11 34 471 43 71
Binary 10110111 1101010 10100110 0 101010 1001 11100 100111001 100011 111001

Color Harmonies of #B76AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76AA6

Black with #B76AA6

Text Example


Text Example

White with #B76AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76AA6; }

 p { color: rgb(183,106,166); }

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

background-color css

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

 a { background-color: rgb(183,106,166); }

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

border-color css

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

 span { border-color: rgb(183,106,166); }

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