Html Css Color HEX #BA09B3 Deep Magenta

📋 copy color: '#BA09B3'

red 186 ◦ green 9 ◦ blue 179

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

Shades of Deep Magenta #BA09B3

Tints of Deep Magenta #BA09B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.86%

R = 49.73%
G = 2.41%
B = 47.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA09B3 (or 0xBA09B3) is known color: Deep Magenta. HEX triplet: BA, 09 and B3. RGB value is (186,9,179). Sum of RGB (Red+Green+Blue) = 186+9+179=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA09B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09B3 is #45F64C. Grayscale: #505050. Windows color (decimal): -4585037 or 11733434. OLE color: 11733434.

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

Color convert

RGB 186 9 179 -
CMYK 0 0.95 0.04 0.27
HSL 302.37º 0.91% 0.38% -
HSV(B) 302.37º 0.95% 0.73% -
XYZ 28.48 13.89 43.83 -
YUV 81.3 183.14 202.68 -
System Red Green Blue C M Y K H S L
Decimal 186 9 179 0 0.95 0.04 0.27 302.37 0.91 0.38
Hex BA 9 B3 0 5F 4 1B 12E 5B 26
Octal 272 11 263 0 137 4 33 456 133 46
Binary 10111010 1001 10110011 0 1011111 100 11011 100101110 1011011 100110

Color Harmonies of #BA09B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA09B3

Black with #BA09B3

Text Example


Text Example

White with #BA09B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA09B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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