Html Css Color HEX #BA23CC Deep Magenta

📋 copy color: '#BA23CC'

red 186 ◦ green 35 ◦ blue 204

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

Shades of Deep Magenta #BA23CC

Tints of Deep Magenta #BA23CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48%

R = 43.76%
G = 8.24%
B = 48%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA23CC (or 0xBA23CC) is known color: Deep Magenta. HEX triplet: BA, 23 and CC. RGB value is (186,35,204). Sum of RGB (Red+Green+Blue) = 186+35+204=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA23CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA23CC is #45DC33. Grayscale: #626262. Windows color (decimal): -4578356 or 13378490. OLE color: 13378490.

HSL color Cylindrical-coordinate representation of color #BA23CC: hue angle of 293.61º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA23CC is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 35 204 -
CMYK 0.09 0.83 0 0.2
HSL 293.61º 0.71% 0.47% -
HSV(B) 293.61º 0.83% 0.8% -
XYZ 31.75 16 58.54 -
YUV 99.42 187.03 189.76 -
System Red Green Blue C M Y K H S L
Decimal 186 35 204 0.09 0.83 0 0.2 293.61 0.71 0.47
Hex BA 23 CC 9 53 0 14 126 47 2F
Octal 272 43 314 11 123 0 24 446 107 57
Binary 10111010 100011 11001100 1001 1010011 0 10100 100100110 1000111 101111

Color Harmonies of #BA23CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA23CC

Black with #BA23CC

Text Example


Text Example

White with #BA23CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA23CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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