Html Css Color HEX #BA08C7 Deep Magenta

📋 copy color: '#BA08C7'

red 186 ◦ green 8 ◦ blue 199

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

Shades of Deep Magenta #BA08C7

Tints of Deep Magenta #BA08C7

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.04%

 BLUE value IS 199 (78.13% from 255) = 50.64%

R = 47.33%
G = 2.04%
B = 50.64%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA08C7 (or 0xBA08C7) is known color: Deep Magenta. HEX triplet: BA, 08 and C7. RGB value is (186,8,199). Sum of RGB (Red+Green+Blue) = 186+8+199=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA08C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA08C7 is #45F738. Grayscale: #525252. Windows color (decimal): -4585273 or 13043898. OLE color: 13043898.

HSL color Cylindrical-coordinate representation of color #BA08C7: hue angle of 295.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA08C7 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 8 199 -
CMYK 0.07 0.96 0 0.22
HSL 295.92º 0.92% 0.41% -
HSV(B) 295.92º 0.96% 0.78% -
XYZ 30.65 14.74 55.26 -
YUV 83 193.47 201.47 -
System Red Green Blue C M Y K H S L
Decimal 186 8 199 0.07 0.96 0 0.22 295.92 0.92 0.41
Hex BA 8 C7 7 60 0 16 128 5C 29
Octal 272 10 307 7 140 0 26 450 134 51
Binary 10111010 1000 11000111 111 1100000 0 10110 100101000 1011100 101001

Color Harmonies of #BA08C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA08C7

Black with #BA08C7

Text Example


Text Example

White with #BA08C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA08C7; }

 p { color: rgb(186,8,199); }

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

background-color css

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

 a { background-color: rgb(186,8,199); }

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

border-color css

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

 span { border-color: rgb(186,8,199); }

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