Html Css Color HEX #B04CA3 Violet Blue

📋 copy color: '#B04CA3'

red 176 ◦ green 76 ◦ blue 163

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

Shades of Violet Blue #B04CA3

Tints of Violet Blue #B04CA3

RGB

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

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

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

R = 42.41%
G = 18.31%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B04CA3 (or 0xB04CA3) is known color: Violet Blue. HEX triplet: B0, 4C and A3. RGB value is (176,76,163). Sum of RGB (Red+Green+Blue) = 176+76+163=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B04CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04CA3 is #4FB35C. Grayscale: #737373. Windows color (decimal): -5223261 or 10702000. OLE color: 10702000.

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

Color convert

RGB 176 76 163 -
CMYK 0 0.57 0.07 0.31
HSL 307.8º 0.4% 0.49% -
HSV(B) 307.8º 0.57% 0.69% -
XYZ 27.1 17.04 36.51 -
YUV 115.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 176 76 163 0 0.57 0.07 0.31 307.8 0.4 0.49
Hex B0 4C A3 0 39 7 1F 134 28 31
Octal 260 114 243 0 71 7 37 464 50 61
Binary 10110000 1001100 10100011 0 111001 111 11111 100110100 101000 110001

Color Harmonies of #B04CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04CA3

Black with #B04CA3

Text Example


Text Example

White with #B04CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04CA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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