Html Css Color HEX #B04BAB Violet Blue

📋 copy color: '#B04BAB'

red 176 ◦ green 75 ◦ blue 171

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

Shades of Violet Blue #B04BAB

Tints of Violet Blue #B04BAB

RGB

 RED value IS 176 (69.14% from 255) = 41.71%

 GREEN value IS 75 (29.69% from 255) = 17.77%

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 41.71%
G = 17.77%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B04BAB (or 0xB04BAB) is known color: Violet Blue. HEX triplet: B0, 4B and AB. RGB value is (176,75,171). Sum of RGB (Red+Green+Blue) = 176+75+171=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B04BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04BAB is #4FB454. Grayscale: #737373. Windows color (decimal): -5223509 or 11226032. OLE color: 11226032.

HSL color Cylindrical-coordinate representation of color #B04BAB: hue angle of 302.97º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04BAB is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 75 171 -
CMYK 0 0.57 0.03 0.31
HSL 302.97º 0.4% 0.49% -
HSV(B) 302.97º 0.57% 0.69% -
XYZ 27.77 17.2 40.38 -
YUV 116.14 158.96 170.69 -
System Red Green Blue C M Y K H S L
Decimal 176 75 171 0 0.57 0.03 0.31 302.97 0.4 0.49
Hex B0 4B AB 0 39 3 1F 12F 28 31
Octal 260 113 253 0 71 3 37 457 50 61
Binary 10110000 1001011 10101011 0 111001 11 11111 100101111 101000 110001

Color Harmonies of #B04BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04BAB

Black with #B04BAB

Text Example


Text Example

White with #B04BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04BAB; }

 p { color: rgb(176,75,171); }

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

background-color css

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

 a { background-color: rgb(176,75,171); }

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

border-color css

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

 span { border-color: rgb(176,75,171); }

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