Html Css Color HEX #BA00B4 Deep Magenta

📋 copy color: '#BA00B4'

red 186 ◦ green 0 ◦ blue 180

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

Shades of Deep Magenta #BA00B4

Tints of Deep Magenta #BA00B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 49.18%

R = 50.82%
G = 0%
B = 49.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA00B4 (or 0xBA00B4) is known color: Deep Magenta. HEX triplet: BA, 00 and B4. RGB value is (186,0,180). Sum of RGB (Red+Green+Blue) = 186+0+180=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 180 (70.70% from 255 or 49.18% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA00B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00B4 is #45FF4B. Grayscale: #4B4B4B. Windows color (decimal): -4587340 or 11796666. OLE color: 11796666.

HSL color Cylindrical-coordinate representation of color #BA00B4: hue angle of 301.94º 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 #BA00B4 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 0 180 -
CMYK 0 1 0.03 0.27
HSL 301.94º 1% 0.36% -
HSV(B) 301.94º 1% 0.73% -
XYZ 28.49 13.73 44.33 -
YUV 76.13 186.62 206.36 -
System Red Green Blue C M Y K H S L
Decimal 186 0 180 0 1 0.03 0.27 301.94 1 0.36
Hex BA 0 B4 0 64 3 1B 12E 64 24
Octal 272 0 264 0 144 3 33 456 144 44
Binary 10111010 0 10110100 0 1100100 11 11011 100101110 1100100 100100

Color Harmonies of #BA00B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00B4

Black with #BA00B4

Text Example


Text Example

White with #BA00B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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