Html Css Color HEX #BA18CF Deep Magenta

📋 copy color: '#BA18CF'

red 186 ◦ green 24 ◦ blue 207

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

Shades of Deep Magenta #BA18CF

Tints of Deep Magenta #BA18CF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.76%

 BLUE value IS 207 (81.25% from 255) = 49.64%

R = 44.6%
G = 5.76%
B = 49.64%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA18CF (or 0xBA18CF) is known color: Deep Magenta. HEX triplet: BA, 18 and CF. RGB value is (186,24,207). Sum of RGB (Red+Green+Blue) = 186+24+207=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA18CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA18CF is #45E730. Grayscale: #5C5C5C. Windows color (decimal): -4581169 or 13572282. OLE color: 13572282.

HSL color Cylindrical-coordinate representation of color #BA18CF: hue angle of 293.11º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA18CF is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 24 207 -
CMYK 0.10 0.88 0 0.19
HSL 293.11º 0.79% 0.45% -
HSV(B) 293.11º 0.88% 0.81% -
XYZ 31.84 15.6 60.36 -
YUV 93.3 192.17 194.12 -
System Red Green Blue C M Y K H S L
Decimal 186 24 207 0.10 0.88 0 0.19 293.11 0.79 0.45
Hex BA 18 CF A 58 0 13 125 4F 2D
Octal 272 30 317 12 130 0 23 445 117 55
Binary 10111010 11000 11001111 1010 1011000 0 10011 100100101 1001111 101101

Color Harmonies of #BA18CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA18CF

Black with #BA18CF

Text Example


Text Example

White with #BA18CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA18CF; }

 p { color: rgb(186,24,207); }

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

background-color css

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

 a { background-color: rgb(186,24,207); }

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

border-color css

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

 span { border-color: rgb(186,24,207); }

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