Html Css Color HEX #BA09BD Deep Magenta

📋 copy color: '#BA09BD'

red 186 ◦ green 9 ◦ blue 189

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

Shades of Deep Magenta #BA09BD

Tints of Deep Magenta #BA09BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.22%

R = 48.44%
G = 2.34%
B = 49.22%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA09BD (or 0xBA09BD) is known color: Deep Magenta. HEX triplet: BA, 09 and BD. RGB value is (186,9,189). Sum of RGB (Red+Green+Blue) = 186+9+189=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA09BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09BD is #45F642. Grayscale: #515151. Windows color (decimal): -4585027 or 12388794. OLE color: 12388794.

HSL color Cylindrical-coordinate representation of color #BA09BD: hue angle of 299º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA09BD is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 9 189 -
CMYK 0.02 0.95 0 0.26
HSL 299º 0.91% 0.39% -
HSV(B) 299º 0.95% 0.74% -
XYZ 29.53 14.31 49.35 -
YUV 82.44 188.14 201.86 -
System Red Green Blue C M Y K H S L
Decimal 186 9 189 0.02 0.95 0 0.26 299 0.91 0.39
Hex BA 9 BD 2 5F 0 1A 12B 5B 27
Octal 272 11 275 2 137 0 32 453 133 47
Binary 10111010 1001 10111101 10 1011111 0 11010 100101011 1011011 100111

Color Harmonies of #BA09BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA09BD

Black with #BA09BD

Text Example


Text Example

White with #BA09BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA09BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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