Html Css Color HEX #BA04CB Deep Magenta

📋 copy color: '#BA04CB'

red 186 ◦ green 4 ◦ blue 203

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

Shades of Deep Magenta #BA04CB

Tints of Deep Magenta #BA04CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.65%

R = 47.33%
G = 1.02%
B = 51.65%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA04CB (or 0xBA04CB) is known color: Deep Magenta. HEX triplet: BA, 04 and CB. RGB value is (186,4,203). Sum of RGB (Red+Green+Blue) = 186+4+203=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA04CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA04CB is #45FB34. Grayscale: #505050. Windows color (decimal): -4586293 or 13305018. OLE color: 13305018.

HSL color Cylindrical-coordinate representation of color #BA04CB: hue angle of 294.87º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04CB is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 4 203 -
CMYK 0.08 0.98 0 0.20
HSL 294.87º 0.96% 0.41% -
HSV(B) 294.87º 0.98% 0.8% -
XYZ 31.07 14.84 57.73 -
YUV 81.1 196.8 202.82 -
System Red Green Blue C M Y K H S L
Decimal 186 4 203 0.08 0.98 0 0.20 294.87 0.96 0.41
Hex BA 4 CB 8 62 0 14 127 60 29
Octal 272 4 313 10 142 0 24 447 140 51
Binary 10111010 100 11001011 1000 1100010 0 10100 100100111 1100000 101001

Color Harmonies of #BA04CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA04CB

Black with #BA04CB

Text Example


Text Example

White with #BA04CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA04CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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