Html Css Color HEX #BA23B2 Deep Magenta

📋 copy color: '#BA23B2'

red 186 ◦ green 35 ◦ blue 178

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

Shades of Deep Magenta #BA23B2

Tints of Deep Magenta #BA23B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.61%

R = 46.62%
G = 8.77%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA23B2 (or 0xBA23B2) is known color: Deep Magenta. HEX triplet: BA, 23 and B2. RGB value is (186,35,178). Sum of RGB (Red+Green+Blue) = 186+35+178=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 178 (69.92% from 255 or 44.61% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA23B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA23B2 is #45DC4D. Grayscale: #606060. Windows color (decimal): -4578382 or 11674554. OLE color: 11674554.

HSL color Cylindrical-coordinate representation of color #BA23B2: hue angle of 303.18º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA23B2 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 35 178 -
CMYK 0 0.81 0.04 0.27
HSL 303.18º 0.68% 0.43% -
HSV(B) 303.18º 0.81% 0.73% -
XYZ 28.89 14.86 43.46 -
YUV 96.45 174.03 191.87 -
System Red Green Blue C M Y K H S L
Decimal 186 35 178 0 0.81 0.04 0.27 303.18 0.68 0.43
Hex BA 23 B2 0 51 4 1B 12F 44 2B
Octal 272 43 262 0 121 4 33 457 104 53
Binary 10111010 100011 10110010 0 1010001 100 11011 100101111 1000100 101011

Color Harmonies of #BA23B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA23B2

Black with #BA23B2

Text Example


Text Example

White with #BA23B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA23B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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