Html Css Color HEX #B004BA Deep Magenta

📋 copy color: '#B004BA'

red 176 ◦ green 4 ◦ blue 186

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

Shades of Deep Magenta #B004BA

Tints of Deep Magenta #B004BA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

 BLUE value IS 186 (73.05% from 255) = 50.82%

R = 48.09%
G = 1.09%
B = 50.82%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B004BA (or 0xB004BA) is known color: Deep Magenta. HEX triplet: B0, 04 and BA. RGB value is (176,4,186). Sum of RGB (Red+Green+Blue) = 176+4+186=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #B004BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B004BA is #4FFB45. Grayscale: #4B4B4B. Windows color (decimal): -5241670 or 12190896. OLE color: 12190896.

HSL color Cylindrical-coordinate representation of color #B004BA: hue angle of 296.7º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B004BA is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 4 186 -
CMYK 0.05 0.98 0 0.27
HSL 296.7º 0.96% 0.37% -
HSV(B) 296.7º 0.98% 0.73% -
XYZ 26.81 12.86 47.52 -
YUV 76.18 189.98 199.2 -
System Red Green Blue C M Y K H S L
Decimal 176 4 186 0.05 0.98 0 0.27 296.7 0.96 0.37
Hex B0 4 BA 5 62 0 1B 129 60 25
Octal 260 4 272 5 142 0 33 451 140 45
Binary 10110000 100 10111010 101 1100010 0 11011 100101001 1100000 100101

Color Harmonies of #B004BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B004BA

Black with #B004BA

Text Example


Text Example

White with #B004BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B004BA; }

 p { color: rgb(176,4,186); }

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

background-color css

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

 a { background-color: rgb(176,4,186); }

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

border-color css

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

 span { border-color: rgb(176,4,186); }

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