Html Css Color HEX #BA00B8 Deep Magenta

📋 copy color: '#BA00B8'

red 186 ◦ green 0 ◦ blue 184

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

Shades of Deep Magenta #BA00B8

Tints of Deep Magenta #BA00B8

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 184 (72.27% from 255) = 49.73%

R = 50.27%
G = 0%
B = 49.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA00B8 (or 0xBA00B8) is known color: Deep Magenta. HEX triplet: BA, 00 and B8. RGB value is (186,0,184). Sum of RGB (Red+Green+Blue) = 186+0+184=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 184 (72.27% from 255 or 49.73% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA00B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00B8 is #45FF47. Grayscale: #4C4C4C. Windows color (decimal): -4587336 or 12058810. OLE color: 12058810.

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

Color convert

RGB 186 0 184 -
CMYK 0 1 0.01 0.27
HSL 300.65º 1% 0.36% -
HSV(B) 300.65º 1% 0.73% -
XYZ 28.9 13.9 46.51 -
YUV 76.59 188.62 206.04 -
System Red Green Blue C M Y K H S L
Decimal 186 0 184 0 1 0.01 0.27 300.65 1 0.36
Hex BA 0 B8 0 64 1 1B 12D 64 24
Octal 272 0 270 0 144 1 33 455 144 44
Binary 10111010 0 10111000 0 1100100 1 11011 100101101 1100100 100100

Color Harmonies of #BA00B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00B8

Black with #BA00B8

Text Example


Text Example

White with #BA00B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00B8; }

 p { color: rgb(186,0,184); }

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

background-color css

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

 a { background-color: rgb(186,0,184); }

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

border-color css

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

 span { border-color: rgb(186,0,184); }

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