Html Css Color HEX #BA17CB Deep Magenta

📋 copy color: '#BA17CB'

red 186 ◦ green 23 ◦ blue 203

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

Shades of Deep Magenta #BA17CB

Tints of Deep Magenta #BA17CB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.58%

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

R = 45.15%
G = 5.58%
B = 49.27%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA17CB (or 0xBA17CB) is known color: Deep Magenta. HEX triplet: BA, 17 and CB. RGB value is (186,23,203). Sum of RGB (Red+Green+Blue) = 186+23+203=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA17CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17CB is #45E834. Grayscale: #5B5B5B. Windows color (decimal): -4581429 or 13309882. OLE color: 13309882.

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

Color convert

RGB 186 23 203 -
CMYK 0.08 0.89 0 0.20
HSL 294.33º 0.8% 0.44% -
HSV(B) 294.33º 0.89% 0.8% -
XYZ 31.34 15.36 57.81 -
YUV 92.26 190.5 194.86 -
System Red Green Blue C M Y K H S L
Decimal 186 23 203 0.08 0.89 0 0.20 294.33 0.8 0.44
Hex BA 17 CB 8 59 0 14 126 50 2C
Octal 272 27 313 10 131 0 24 446 120 54
Binary 10111010 10111 11001011 1000 1011001 0 10100 100100110 1010000 101100

Color Harmonies of #BA17CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA17CB

Black with #BA17CB

Text Example


Text Example

White with #BA17CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA17CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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