Html Css Color HEX #B76EAF Violet Blue

📋 copy color: '#B76EAF'

red 183 ◦ green 110 ◦ blue 175

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

Shades of Violet Blue #B76EAF

Tints of Violet Blue #B76EAF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.5%

 BLUE value IS 175 (68.75% from 255) = 37.39%

R = 39.1%
G = 23.5%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B76EAF (or 0xB76EAF) is known color: Violet Blue. HEX triplet: B7, 6E and AF. RGB value is (183,110,175). Sum of RGB (Red+Green+Blue) = 183+110+175=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B76EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76EAF is #489150. Grayscale: #8B8B8B. Windows color (decimal): -4755793 or 11497143. OLE color: 11497143.

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

Color convert

RGB 183 110 175 -
CMYK 0 0.40 0.04 0.28
HSL 306.58º 0.34% 0.57% -
HSV(B) 306.58º 0.4% 0.72% -
XYZ 32.84 24.31 43.52 -
YUV 139.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 183 110 175 0 0.40 0.04 0.28 306.58 0.34 0.57
Hex B7 6E AF 0 28 4 1C 133 22 39
Octal 267 156 257 0 50 4 34 463 42 71
Binary 10110111 1101110 10101111 0 101000 100 11100 100110011 100010 111001

Color Harmonies of #B76EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76EAF

Black with #B76EAF

Text Example


Text Example

White with #B76EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76EAF; }

 p { color: rgb(183,110,175); }

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

background-color css

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

 a { background-color: rgb(183,110,175); }

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

border-color css

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

 span { border-color: rgb(183,110,175); }

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