Html Css Color HEX #BA0BCA Deep Magenta

📋 copy color: '#BA0BCA'

red 186 ◦ green 11 ◦ blue 202

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

Shades of Deep Magenta #BA0BCA

Tints of Deep Magenta #BA0BCA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.76%

 BLUE value IS 202 (79.3% from 255) = 50.63%

R = 46.62%
G = 2.76%
B = 50.63%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA0BCA (or 0xBA0BCA) is known color: Deep Magenta. HEX triplet: BA, 0B and CA. RGB value is (186,11,202). Sum of RGB (Red+Green+Blue) = 186+11+202=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA0BCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0BCA is #45F435. Grayscale: #545454. Windows color (decimal): -4584502 or 13241274. OLE color: 13241274.

HSL color Cylindrical-coordinate representation of color #BA0BCA: hue angle of 294.97º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0BCA is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 11 202 -
CMYK 0.08 0.95 0 0.21
HSL 294.97º 0.9% 0.42% -
HSV(B) 294.97º 0.95% 0.79% -
XYZ 31.03 14.94 57.13 -
YUV 85.1 193.98 199.97 -
System Red Green Blue C M Y K H S L
Decimal 186 11 202 0.08 0.95 0 0.21 294.97 0.9 0.42
Hex BA B CA 8 5F 0 15 127 5A 2A
Octal 272 13 312 10 137 0 25 447 132 52
Binary 10111010 1011 11001010 1000 1011111 0 10101 100100111 1011010 101010

Color Harmonies of #BA0BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0BCA

Black with #BA0BCA

Text Example


Text Example

White with #BA0BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0BCA; }

 p { color: rgb(186,11,202); }

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

background-color css

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

 a { background-color: rgb(186,11,202); }

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

border-color css

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

 span { border-color: rgb(186,11,202); }

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