Html Css Color HEX #B76DAF Violet Blue

📋 copy color: '#B76DAF'

red 183 ◦ green 109 ◦ blue 175

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

Shades of Violet Blue #B76DAF

Tints of Violet Blue #B76DAF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.34%

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

R = 39.19%
G = 23.34%
B = 37.47%

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

#B76DAF (or 0xB76DAF) is known color: Violet Blue. HEX triplet: B7, 6D and AF. RGB value is (183,109,175). Sum of RGB (Red+Green+Blue) = 183+109+175=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B76DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76DAF is #489250. Grayscale: #8A8A8A. Windows color (decimal): -4756049 or 11496887. OLE color: 11496887.

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

Color convert

RGB 183 109 175 -
CMYK 0 0.40 0.04 0.28
HSL 306.49º 0.34% 0.57% -
HSV(B) 306.49º 0.4% 0.72% -
XYZ 32.73 24.1 43.48 -
YUV 138.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 183 109 175 0 0.40 0.04 0.28 306.49 0.34 0.57
Hex B7 6D AF 0 28 4 1C 132 22 39
Octal 267 155 257 0 50 4 34 462 42 71
Binary 10110111 1101101 10101111 0 101000 100 11100 100110010 100010 111001

Color Harmonies of #B76DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76DAF

Black with #B76DAF

Text Example


Text Example

White with #B76DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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