Html Css Color HEX #B76CAE Violet Blue

📋 copy color: '#B76CAE'

red 183 ◦ green 108 ◦ blue 174

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

Shades of Violet Blue #B76CAE

Tints of Violet Blue #B76CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.42%

R = 39.35%
G = 23.23%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B76CAE (or 0xB76CAE) is known color: Violet Blue. HEX triplet: B7, 6C and AE. RGB value is (183,108,174). Sum of RGB (Red+Green+Blue) = 183+108+174=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B76CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76CAE is #489351. Grayscale: #898989. Windows color (decimal): -4756306 or 11431095. OLE color: 11431095.

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

Color convert

RGB 183 108 174 -
CMYK 0 0.41 0.05 0.28
HSL 307.2º 0.34% 0.57% -
HSV(B) 307.2º 0.41% 0.72% -
XYZ 32.53 23.85 42.93 -
YUV 137.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 183 108 174 0 0.41 0.05 0.28 307.2 0.34 0.57
Hex B7 6C AE 0 29 5 1C 133 22 39
Octal 267 154 256 0 51 5 34 463 42 71
Binary 10110111 1101100 10101110 0 101001 101 11100 100110011 100010 111001

Color Harmonies of #B76CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76CAE

Black with #B76CAE

Text Example


Text Example

White with #B76CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76CAE; }

 p { color: rgb(183,108,174); }

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

background-color css

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

 a { background-color: rgb(183,108,174); }

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

border-color css

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

 span { border-color: rgb(183,108,174); }

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