Html Css Color HEX #BA09CB Deep Magenta

📋 copy color: '#BA09CB'

red 186 ◦ green 9 ◦ blue 203

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

Shades of Deep Magenta #BA09CB

Tints of Deep Magenta #BA09CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 46.73%
G = 2.26%
B = 51.01%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA09CB (or 0xBA09CB) is known color: Deep Magenta. HEX triplet: BA, 09 and CB. RGB value is (186,9,203). Sum of RGB (Red+Green+Blue) = 186+9+203=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA09CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09CB is #45F634. Grayscale: #535353. Windows color (decimal): -4585013 or 13306298. OLE color: 13306298.

HSL color Cylindrical-coordinate representation of color #BA09CB: hue angle of 294.74º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09CB is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 9 203 -
CMYK 0.08 0.96 0 0.20
HSL 294.74º 0.92% 0.42% -
HSV(B) 294.74º 0.96% 0.8% -
XYZ 31.13 14.95 57.74 -
YUV 84.04 195.14 200.73 -
System Red Green Blue C M Y K H S L
Decimal 186 9 203 0.08 0.96 0 0.20 294.74 0.92 0.42
Hex BA 9 CB 8 60 0 14 127 5C 2A
Octal 272 11 313 10 140 0 24 447 134 52
Binary 10111010 1001 11001011 1000 1100000 0 10100 100100111 1011100 101010

Color Harmonies of #BA09CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA09CB

Black with #BA09CB

Text Example


Text Example

White with #BA09CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA09CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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