Html Css Color HEX #BA23BD Deep Magenta

📋 copy color: '#BA23BD'

red 186 ◦ green 35 ◦ blue 189

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

Shades of Deep Magenta #BA23BD

Tints of Deep Magenta #BA23BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.1%

R = 45.37%
G = 8.54%
B = 46.1%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA23BD (or 0xBA23BD) is known color: Deep Magenta. HEX triplet: BA, 23 and BD. RGB value is (186,35,189). Sum of RGB (Red+Green+Blue) = 186+35+189=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA23BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA23BD is #45DC42. Grayscale: #616161. Windows color (decimal): -4578371 or 12395450. OLE color: 12395450.

HSL color Cylindrical-coordinate representation of color #BA23BD: hue angle of 298.83º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA23BD is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 35 189 -
CMYK 0.02 0.81 0 0.26
HSL 298.83º 0.69% 0.44% -
HSV(B) 298.83º 0.81% 0.74% -
XYZ 30.04 15.32 49.52 -
YUV 97.71 179.53 190.98 -
System Red Green Blue C M Y K H S L
Decimal 186 35 189 0.02 0.81 0 0.26 298.83 0.69 0.44
Hex BA 23 BD 2 51 0 1A 12B 45 2C
Octal 272 43 275 2 121 0 32 453 105 54
Binary 10111010 100011 10111101 10 1010001 0 11010 100101011 1000101 101100

Color Harmonies of #BA23BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA23BD

Black with #BA23BD

Text Example


Text Example

White with #BA23BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA23BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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