Html Css Color HEX #BA23C9 Deep Magenta

📋 copy color: '#BA23C9'

red 186 ◦ green 35 ◦ blue 201

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

Shades of Deep Magenta #BA23C9

Tints of Deep Magenta #BA23C9

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.29%

 BLUE value IS 201 (78.91% from 255) = 47.63%

R = 44.08%
G = 8.29%
B = 47.63%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA23C9 (or 0xBA23C9) is known color: Deep Magenta. HEX triplet: BA, 23 and C9. RGB value is (186,35,201). Sum of RGB (Red+Green+Blue) = 186+35+201=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA23C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA23C9 is #45DC36. Grayscale: #626262. Windows color (decimal): -4578359 or 13181882. OLE color: 13181882.

HSL color Cylindrical-coordinate representation of color #BA23C9: hue angle of 294.58º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA23C9 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 35 201 -
CMYK 0.07 0.83 0 0.21
HSL 294.58º 0.7% 0.46% -
HSV(B) 294.58º 0.83% 0.79% -
XYZ 31.39 15.86 56.66 -
YUV 99.07 185.53 190 -
System Red Green Blue C M Y K H S L
Decimal 186 35 201 0.07 0.83 0 0.21 294.58 0.7 0.46
Hex BA 23 C9 7 53 0 15 127 46 2E
Octal 272 43 311 7 123 0 25 447 106 56
Binary 10111010 100011 11001001 111 1010011 0 10101 100100111 1000110 101110

Color Harmonies of #BA23C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA23C9

Black with #BA23C9

Text Example


Text Example

White with #BA23C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA23C9; }

 p { color: rgb(186,35,201); }

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

background-color css

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

 a { background-color: rgb(186,35,201); }

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

border-color css

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

 span { border-color: rgb(186,35,201); }

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