Html Css Color HEX #BA23B7 Deep Magenta

📋 copy color: '#BA23B7'

red 186 ◦ green 35 ◦ blue 183

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

Shades of Deep Magenta #BA23B7

Tints of Deep Magenta #BA23B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.3%

R = 46.04%
G = 8.66%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA23B7 (or 0xBA23B7) is known color: Deep Magenta. HEX triplet: BA, 23 and B7. RGB value is (186,35,183). Sum of RGB (Red+Green+Blue) = 186+35+183=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 183 (71.88% from 255 or 45.30% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA23B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA23B7 is #45DC48. Grayscale: #606060. Windows color (decimal): -4578377 or 12002234. OLE color: 12002234.

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

Color convert

RGB 186 35 183 -
CMYK 0 0.81 0.02 0.27
HSL 301.19º 0.68% 0.43% -
HSV(B) 301.19º 0.81% 0.73% -
XYZ 29.4 15.06 46.16 -
YUV 97.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 186 35 183 0 0.81 0.02 0.27 301.19 0.68 0.43
Hex BA 23 B7 0 51 2 1B 12D 44 2B
Octal 272 43 267 0 121 2 33 455 104 53
Binary 10111010 100011 10110111 0 1010001 10 11011 100101101 1000100 101011

Color Harmonies of #BA23B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA23B7

Black with #BA23B7

Text Example


Text Example

White with #BA23B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA23B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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