Html Css Color HEX #BA18CB Deep Magenta

📋 copy color: '#BA18CB'

red 186 ◦ green 24 ◦ blue 203

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

Shades of Deep Magenta #BA18CB

Tints of Deep Magenta #BA18CB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.81%

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

R = 45.04%
G = 5.81%
B = 49.15%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA18CB (or 0xBA18CB) is known color: Deep Magenta. HEX triplet: BA, 18 and CB. RGB value is (186,24,203). Sum of RGB (Red+Green+Blue) = 186+24+203=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA18CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA18CB is #45E734. Grayscale: #5C5C5C. Windows color (decimal): -4581173 or 13310138. OLE color: 13310138.

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

Color convert

RGB 186 24 203 -
CMYK 0.08 0.88 0 0.20
HSL 294.3º 0.79% 0.45% -
HSV(B) 294.3º 0.88% 0.8% -
XYZ 31.36 15.4 57.82 -
YUV 92.84 190.17 194.45 -
System Red Green Blue C M Y K H S L
Decimal 186 24 203 0.08 0.88 0 0.20 294.3 0.79 0.45
Hex BA 18 CB 8 58 0 14 126 4F 2D
Octal 272 30 313 10 130 0 24 446 117 55
Binary 10111010 11000 11001011 1000 1011000 0 10100 100100110 1001111 101101

Color Harmonies of #BA18CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA18CB

Black with #BA18CB

Text Example


Text Example

White with #BA18CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA18CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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