Html Css Color HEX #B76FAE Violet Blue

📋 copy color: '#B76FAE'

red 183 ◦ green 111 ◦ blue 174

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

Shades of Violet Blue #B76FAE

Tints of Violet Blue #B76FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.72%

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

R = 39.1%
G = 23.72%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B76FAE (or 0xB76FAE) is known color: Violet Blue. HEX triplet: B7, 6F and AE. RGB value is (183,111,174). Sum of RGB (Red+Green+Blue) = 183+111+174=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B76FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76FAE is #489051. Grayscale: #8B8B8B. Windows color (decimal): -4755538 or 11431863. OLE color: 11431863.

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

Color convert

RGB 183 111 174 -
CMYK 0 0.39 0.05 0.28
HSL 307.5º 0.33% 0.58% -
HSV(B) 307.5º 0.39% 0.72% -
XYZ 32.85 24.49 43.04 -
YUV 139.71 147.35 158.88 -
System Red Green Blue C M Y K H S L
Decimal 183 111 174 0 0.39 0.05 0.28 307.5 0.33 0.58
Hex B7 6F AE 0 27 5 1C 134 21 3A
Octal 267 157 256 0 47 5 34 464 41 72
Binary 10110111 1101111 10101110 0 100111 101 11100 100110100 100001 111010

Color Harmonies of #B76FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76FAE

Black with #B76FAE

Text Example


Text Example

White with #B76FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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