Html Css Color HEX #B04C9A Violet Blue

📋 copy color: '#B04C9A'

red 176 ◦ green 76 ◦ blue 154

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

Shades of Violet Blue #B04C9A

Tints of Violet Blue #B04C9A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.72%

 BLUE value IS 154 (60.55% from 255) = 37.93%

R = 43.35%
G = 18.72%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B04C9A (or 0xB04C9A) is known color: Violet Blue. HEX triplet: B0, 4C and 9A. RGB value is (176,76,154). Sum of RGB (Red+Green+Blue) = 176+76+154=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04C9A is #4FB365. Grayscale: #727272. Windows color (decimal): -5223270 or 10112176. OLE color: 10112176.

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

Color convert

RGB 176 76 154 -
CMYK 0 0.57 0.12 0.31
HSL 313.2º 0.4% 0.49% -
HSV(B) 313.2º 0.57% 0.69% -
XYZ 26.32 16.73 32.41 -
YUV 114.79 150.13 171.66 -
System Red Green Blue C M Y K H S L
Decimal 176 76 154 0 0.57 0.12 0.31 313.2 0.4 0.49
Hex B0 4C 9A 0 39 C 1F 139 28 31
Octal 260 114 232 0 71 14 37 471 50 61
Binary 10110000 1001100 10011010 0 111001 1100 11111 100111001 101000 110001

Color Harmonies of #B04C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04C9A

Black with #B04C9A

Text Example


Text Example

White with #B04C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04C9A; }

 p { color: rgb(176,76,154); }

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

background-color css

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

 a { background-color: rgb(176,76,154); }

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

border-color css

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

 span { border-color: rgb(176,76,154); }

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