Html Css Color HEX #B76BAA Violet Blue

📋 copy color: '#B76BAA'

red 183 ◦ green 107 ◦ blue 170

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

Shades of Violet Blue #B76BAA

Tints of Violet Blue #B76BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.96%

R = 39.78%
G = 23.26%
B = 36.96%

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

#B76BAA (or 0xB76BAA) is known color: Violet Blue. HEX triplet: B7, 6B and AA. RGB value is (183,107,170). Sum of RGB (Red+Green+Blue) = 183+107+170=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B76BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76BAA is #489455. Grayscale: #888888. Windows color (decimal): -4756566 or 11168695. OLE color: 11168695.

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

Color convert

RGB 183 107 170 -
CMYK 0 0.42 0.07 0.28
HSL 310.26º 0.35% 0.57% -
HSV(B) 310.26º 0.42% 0.72% -
XYZ 32.04 23.48 40.87 -
YUV 136.91 146.68 160.88 -
System Red Green Blue C M Y K H S L
Decimal 183 107 170 0 0.42 0.07 0.28 310.26 0.35 0.57
Hex B7 6B AA 0 2A 7 1C 136 23 39
Octal 267 153 252 0 52 7 34 466 43 71
Binary 10110111 1101011 10101010 0 101010 111 11100 100110110 100011 111001

Color Harmonies of #B76BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76BAA

Black with #B76BAA

Text Example


Text Example

White with #B76BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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