Html Css Color HEX #BA0CCB Deep Magenta

📋 copy color: '#BA0CCB'

red 186 ◦ green 12 ◦ blue 203

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

Shades of Deep Magenta #BA0CCB

Tints of Deep Magenta #BA0CCB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.99%

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

R = 46.38%
G = 2.99%
B = 50.62%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA0CCB (or 0xBA0CCB) is known color: Deep Magenta. HEX triplet: BA, 0C and CB. RGB value is (186,12,203). Sum of RGB (Red+Green+Blue) = 186+12+203=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA0CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CCB is #45F334. Grayscale: #555555. Windows color (decimal): -4584245 or 13307066. OLE color: 13307066.

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

Color convert

RGB 186 12 203 -
CMYK 0.08 0.94 0 0.20
HSL 294.66º 0.89% 0.42% -
HSV(B) 294.66º 0.94% 0.8% -
XYZ 31.16 15.01 57.76 -
YUV 85.8 194.15 199.47 -
System Red Green Blue C M Y K H S L
Decimal 186 12 203 0.08 0.94 0 0.20 294.66 0.89 0.42
Hex BA C CB 8 5E 0 14 127 59 2A
Octal 272 14 313 10 136 0 24 447 131 52
Binary 10111010 1100 11001011 1000 1011110 0 10100 100100111 1011001 101010

Color Harmonies of #BA0CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0CCB

Black with #BA0CCB

Text Example


Text Example

White with #BA0CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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