Html Css Color HEX #BA23B1 Deep Magenta

📋 copy color: '#BA23B1'

red 186 ◦ green 35 ◦ blue 177

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

Shades of Deep Magenta #BA23B1

Tints of Deep Magenta #BA23B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.47%

R = 46.73%
G = 8.79%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA23B1 (or 0xBA23B1) is known color: Deep Magenta. HEX triplet: BA, 23 and B1. RGB value is (186,35,177). Sum of RGB (Red+Green+Blue) = 186+35+177=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA23B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA23B1 is #45DC4E. Grayscale: #5F5F5F. Windows color (decimal): -4578383 or 11609018. OLE color: 11609018.

HSL color Cylindrical-coordinate representation of color #BA23B1: hue angle of 303.58º 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 #BA23B1 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 35 177 -
CMYK 0 0.81 0.05 0.27
HSL 303.58º 0.68% 0.43% -
HSV(B) 303.58º 0.81% 0.73% -
XYZ 28.79 14.82 42.94 -
YUV 96.34 173.53 191.95 -
System Red Green Blue C M Y K H S L
Decimal 186 35 177 0 0.81 0.05 0.27 303.58 0.68 0.43
Hex BA 23 B1 0 51 5 1B 130 44 2B
Octal 272 43 261 0 121 5 33 460 104 53
Binary 10111010 100011 10110001 0 1010001 101 11011 100110000 1000100 101011

Color Harmonies of #BA23B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA23B1

Black with #BA23B1

Text Example


Text Example

White with #BA23B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA23B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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