Html Css Color HEX #B04EA2 Violet Blue

📋 copy color: '#B04EA2'

red 176 ◦ green 78 ◦ blue 162

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

Shades of Violet Blue #B04EA2

Tints of Violet Blue #B04EA2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.75%

 BLUE value IS 162 (63.67% from 255) = 38.94%

R = 42.31%
G = 18.75%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B04EA2 (or 0xB04EA2) is known color: Violet Blue. HEX triplet: B0, 4E and A2. RGB value is (176,78,162). Sum of RGB (Red+Green+Blue) = 176+78+162=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B04EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04EA2 is #4FB15D. Grayscale: #747474. Windows color (decimal): -5222750 or 10636976. OLE color: 10636976.

HSL color Cylindrical-coordinate representation of color #B04EA2: hue angle of 308.57º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04EA2 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 78 162 -
CMYK 0 0.56 0.08 0.31
HSL 308.57º 0.39% 0.5% -
HSV(B) 308.57º 0.56% 0.69% -
XYZ 27.15 17.29 36.09 -
YUV 116.88 153.47 170.17 -
System Red Green Blue C M Y K H S L
Decimal 176 78 162 0 0.56 0.08 0.31 308.57 0.39 0.5
Hex B0 4E A2 0 38 8 1F 135 27 32
Octal 260 116 242 0 70 10 37 465 47 62
Binary 10110000 1001110 10100010 0 111000 1000 11111 100110101 100111 110010

Color Harmonies of #B04EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04EA2

Black with #B04EA2

Text Example


Text Example

White with #B04EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04EA2; }

 p { color: rgb(176,78,162); }

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

background-color css

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

 a { background-color: rgb(176,78,162); }

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

border-color css

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

 span { border-color: rgb(176,78,162); }

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