Html Css Color HEX #BA00CB Deep Magenta

📋 copy color: '#BA00CB'

red 186 ◦ green 0 ◦ blue 203

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

Shades of Deep Magenta #BA00CB

Tints of Deep Magenta #BA00CB

RGB

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

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

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

R = 47.81%
G = 0%
B = 52.19%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA00CB (or 0xBA00CB) is known color: Deep Magenta. HEX triplet: BA, 00 and CB. RGB value is (186,0,203). Sum of RGB (Red+Green+Blue) = 186+0+203=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA00CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00CB is #45FF34. Grayscale: #4E4E4E. Windows color (decimal): -4587317 or 13303994. OLE color: 13303994.

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

Color convert

RGB 186 0 203 -
CMYK 0.08 1 0 0.20
HSL 294.98º 1% 0.4% -
HSV(B) 294.98º 1% 0.8% -
XYZ 31.03 14.75 57.71 -
YUV 78.76 198.12 204.49 -
System Red Green Blue C M Y K H S L
Decimal 186 0 203 0.08 1 0 0.20 294.98 1 0.4
Hex BA 0 CB 8 64 0 14 127 64 28
Octal 272 0 313 10 144 0 24 447 144 50
Binary 10111010 0 11001011 1000 1100100 0 10100 100100111 1100100 101000

Color Harmonies of #BA00CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00CB

Black with #BA00CB

Text Example


Text Example

White with #BA00CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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