Html Css Color HEX #BA09C4 Deep Magenta

📋 copy color: '#BA09C4'

red 186 ◦ green 9 ◦ blue 196

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

Shades of Deep Magenta #BA09C4

Tints of Deep Magenta #BA09C4

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.3%

 BLUE value IS 196 (76.95% from 255) = 50.13%

R = 47.57%
G = 2.3%
B = 50.13%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA09C4 (or 0xBA09C4) is known color: Deep Magenta. HEX triplet: BA, 09 and C4. RGB value is (186,9,196). Sum of RGB (Red+Green+Blue) = 186+9+196=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 196 (76.95% from 255 or 50.13% from 391); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA09C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09C4 is #45F63B. Grayscale: #525252. Windows color (decimal): -4585020 or 12847546. OLE color: 12847546.

HSL color Cylindrical-coordinate representation of color #BA09C4: hue angle of 296.79º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA09C4 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 9 196 -
CMYK 0.05 0.95 0 0.23
HSL 296.79º 0.91% 0.4% -
HSV(B) 296.79º 0.95% 0.77% -
XYZ 30.31 14.62 53.45 -
YUV 83.24 191.64 201.29 -
System Red Green Blue C M Y K H S L
Decimal 186 9 196 0.05 0.95 0 0.23 296.79 0.91 0.4
Hex BA 9 C4 5 5F 0 17 129 5B 28
Octal 272 11 304 5 137 0 27 451 133 50
Binary 10111010 1001 11000100 101 1011111 0 10111 100101001 1011011 101000

Color Harmonies of #BA09C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA09C4

Black with #BA09C4

Text Example


Text Example

White with #BA09C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA09C4; }

 p { color: rgb(186,9,196); }

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

background-color css

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

 a { background-color: rgb(186,9,196); }

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

border-color css

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

 span { border-color: rgb(186,9,196); }

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