Html Css Color HEX #BA08CC Deep Magenta

📋 copy color: '#BA08CC'

red 186 ◦ green 8 ◦ blue 204

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

Shades of Deep Magenta #BA08CC

Tints of Deep Magenta #BA08CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 46.73%
G = 2.01%
B = 51.26%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA08CC (or 0xBA08CC) is known color: Deep Magenta. HEX triplet: BA, 08 and CC. RGB value is (186,8,204). Sum of RGB (Red+Green+Blue) = 186+8+204=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA08CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA08CC is #45F733. Grayscale: #525252. Windows color (decimal): -4585268 or 13371578. OLE color: 13371578.

HSL color Cylindrical-coordinate representation of color #BA08CC: hue angle of 294.49º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA08CC is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 8 204 -
CMYK 0.09 0.96 0 0.2
HSL 294.49º 0.92% 0.42% -
HSV(B) 294.49º 0.96% 0.8% -
XYZ 31.24 14.97 58.37 -
YUV 83.57 195.97 201.06 -
System Red Green Blue C M Y K H S L
Decimal 186 8 204 0.09 0.96 0 0.2 294.49 0.92 0.42
Hex BA 8 CC 9 60 0 14 126 5C 2A
Octal 272 10 314 11 140 0 24 446 134 52
Binary 10111010 1000 11001100 1001 1100000 0 10100 100100110 1011100 101010

Color Harmonies of #BA08CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA08CC

Black with #BA08CC

Text Example


Text Example

White with #BA08CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA08CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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