Html Css Color HEX #BA03B4 Deep Magenta

📋 copy color: '#BA03B4'

red 186 ◦ green 3 ◦ blue 180

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

Shades of Deep Magenta #BA03B4

Tints of Deep Magenta #BA03B4

RGB

 RED value IS 186 (73.05% from 255) = 50.41%

 GREEN value IS 3 (1.56% from 255) = 0.81%

 BLUE value IS 180 (70.7% from 255) = 48.78%

R = 50.41%
G = 0.81%
B = 48.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA03B4 (or 0xBA03B4) is known color: Deep Magenta. HEX triplet: BA, 03 and B4. RGB value is (186,3,180). Sum of RGB (Red+Green+Blue) = 186+3+180=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA03B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA03B4 is #45FC4B. Grayscale: #4D4D4D. Windows color (decimal): -4586572 or 11797434. OLE color: 11797434.

HSL color Cylindrical-coordinate representation of color #BA03B4: hue angle of 301.97º degrees, saturation: 0.97, 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 #BA03B4 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 3 180 -
CMYK 0 0.98 0.03 0.27
HSL 301.97º 0.97% 0.37% -
HSV(B) 301.97º 0.98% 0.73% -
XYZ 28.52 13.8 44.34 -
YUV 77.9 185.63 205.11 -
System Red Green Blue C M Y K H S L
Decimal 186 3 180 0 0.98 0.03 0.27 301.97 0.97 0.37
Hex BA 3 B4 0 62 3 1B 12E 61 25
Octal 272 3 264 0 142 3 33 456 141 45
Binary 10111010 11 10110100 0 1100010 11 11011 100101110 1100001 100101

Color Harmonies of #BA03B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA03B4

Black with #BA03B4

Text Example


Text Example

White with #BA03B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA03B4; }

 p { color: rgb(186,3,180); }

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

background-color css

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

 a { background-color: rgb(186,3,180); }

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

border-color css

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

 span { border-color: rgb(186,3,180); }

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