Html Css Color HEX #BA23B4 Deep Magenta

📋 copy color: '#BA23B4'

red 186 ◦ green 35 ◦ blue 180

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

Shades of Deep Magenta #BA23B4

Tints of Deep Magenta #BA23B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.89%

R = 46.38%
G = 8.73%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA23B4 (or 0xBA23B4) is known color: Deep Magenta. HEX triplet: BA, 23 and B4. RGB value is (186,35,180). Sum of RGB (Red+Green+Blue) = 186+35+180=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA23B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA23B4 is #45DC4B. Grayscale: #606060. Windows color (decimal): -4578380 or 11805626. OLE color: 11805626.

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

Color convert

RGB 186 35 180 -
CMYK 0 0.81 0.03 0.27
HSL 302.38º 0.68% 0.43% -
HSV(B) 302.38º 0.81% 0.73% -
XYZ 29.09 14.94 44.53 -
YUV 96.68 175.03 191.71 -
System Red Green Blue C M Y K H S L
Decimal 186 35 180 0 0.81 0.03 0.27 302.38 0.68 0.43
Hex BA 23 B4 0 51 3 1B 12E 44 2B
Octal 272 43 264 0 121 3 33 456 104 53
Binary 10111010 100011 10110100 0 1010001 11 11011 100101110 1000100 101011

Color Harmonies of #BA23B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA23B4

Black with #BA23B4

Text Example


Text Example

White with #BA23B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA23B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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