Html Css Color HEX #BA02CB Deep Magenta

📋 copy color: '#BA02CB'

red 186 ◦ green 2 ◦ blue 203

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

Shades of Deep Magenta #BA02CB

Tints of Deep Magenta #BA02CB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

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

R = 47.57%
G = 0.51%
B = 51.92%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA02CB (or 0xBA02CB) is known color: Deep Magenta. HEX triplet: BA, 02 and CB. RGB value is (186,2,203). Sum of RGB (Red+Green+Blue) = 186+2+203=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA02CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA02CB is #45FD34. Grayscale: #4F4F4F. Windows color (decimal): -4586805 or 13304506. OLE color: 13304506.

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

Color convert

RGB 186 2 203 -
CMYK 0.08 0.99 0 0.20
HSL 294.93º 0.98% 0.4% -
HSV(B) 294.93º 0.99% 0.8% -
XYZ 31.05 14.79 57.72 -
YUV 79.93 197.46 203.66 -
System Red Green Blue C M Y K H S L
Decimal 186 2 203 0.08 0.99 0 0.20 294.93 0.98 0.4
Hex BA 2 CB 8 63 0 14 127 62 28
Octal 272 2 313 10 143 0 24 447 142 50
Binary 10111010 10 11001011 1000 1100011 0 10100 100100111 1100010 101000

Color Harmonies of #BA02CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA02CB

Black with #BA02CB

Text Example


Text Example

White with #BA02CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA02CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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