Html Css Color HEX #B04EA3 Violet Blue

📋 copy color: '#B04EA3'

red 176 ◦ green 78 ◦ blue 163

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

Shades of Violet Blue #B04EA3

Tints of Violet Blue #B04EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.09%

R = 42.21%
G = 18.71%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B04EA3 (or 0xB04EA3) is known color: Violet Blue. HEX triplet: B0, 4E and A3. RGB value is (176,78,163). Sum of RGB (Red+Green+Blue) = 176+78+163=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B04EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04EA3 is #4FB15C. Grayscale: #747474. Windows color (decimal): -5222749 or 10702512. OLE color: 10702512.

HSL color Cylindrical-coordinate representation of color #B04EA3: hue angle of 307.96º 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 #B04EA3 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 78 163 -
CMYK 0 0.56 0.07 0.31
HSL 307.96º 0.39% 0.5% -
HSV(B) 307.96º 0.56% 0.69% -
XYZ 27.24 17.32 36.56 -
YUV 116.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 176 78 163 0 0.56 0.07 0.31 307.96 0.39 0.5
Hex B0 4E A3 0 38 7 1F 134 27 32
Octal 260 116 243 0 70 7 37 464 47 62
Binary 10110000 1001110 10100011 0 111000 111 11111 100110100 100111 110010

Color Harmonies of #B04EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04EA3

Black with #B04EA3

Text Example


Text Example

White with #B04EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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