Html Css Color HEX #BA0CBB Deep Magenta

📋 copy color: '#BA0CBB'

red 186 ◦ green 12 ◦ blue 187

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

Shades of Deep Magenta #BA0CBB

Tints of Deep Magenta #BA0CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 48.31%
G = 3.12%
B = 48.57%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA0CBB (or 0xBA0CBB) is known color: Deep Magenta. HEX triplet: BA, 0C and BB. RGB value is (186,12,187). Sum of RGB (Red+Green+Blue) = 186+12+187=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA0CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CBB is #45F344. Grayscale: #535353. Windows color (decimal): -4584261 or 12258490. OLE color: 12258490.

HSL color Cylindrical-coordinate representation of color #BA0CBB: hue angle of 299.66º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0CBB is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 12 187 -
CMYK 0.01 0.94 0 0.27
HSL 299.66º 0.88% 0.39% -
HSV(B) 299.66º 0.94% 0.73% -
XYZ 29.35 14.29 48.22 -
YUV 83.98 186.15 200.77 -
System Red Green Blue C M Y K H S L
Decimal 186 12 187 0.01 0.94 0 0.27 299.66 0.88 0.39
Hex BA C BB 1 5E 0 1B 12C 58 27
Octal 272 14 273 1 136 0 33 454 130 47
Binary 10111010 1100 10111011 1 1011110 0 11011 100101100 1011000 100111

Color Harmonies of #BA0CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0CBB

Black with #BA0CBB

Text Example


Text Example

White with #BA0CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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