Html Css Color HEX #B04EA0 Violet Blue

📋 copy color: '#B04EA0'

red 176 ◦ green 78 ◦ blue 160

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

Shades of Violet Blue #B04EA0

Tints of Violet Blue #B04EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.65%

R = 42.51%
G = 18.84%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B04EA0 (or 0xB04EA0) is known color: Violet Blue. HEX triplet: B0, 4E and A0. RGB value is (176,78,160). Sum of RGB (Red+Green+Blue) = 176+78+160=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B04EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04EA0 is #4FB15F. Grayscale: #747474. Windows color (decimal): -5222752 or 10505904. OLE color: 10505904.

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

Color convert

RGB 176 78 160 -
CMYK 0 0.56 0.09 0.31
HSL 309.8º 0.39% 0.5% -
HSV(B) 309.8º 0.56% 0.69% -
XYZ 26.97 17.22 35.16 -
YUV 116.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 176 78 160 0 0.56 0.09 0.31 309.8 0.39 0.5
Hex B0 4E A0 0 38 9 1F 136 27 32
Octal 260 116 240 0 70 11 37 466 47 62
Binary 10110000 1001110 10100000 0 111000 1001 11111 100110110 100111 110010

Color Harmonies of #B04EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04EA0

Black with #B04EA0

Text Example


Text Example

White with #B04EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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