Html Css Color HEX #BA08BD Deep Magenta

📋 copy color: '#BA08BD'

red 186 ◦ green 8 ◦ blue 189

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

Shades of Deep Magenta #BA08BD

Tints of Deep Magenta #BA08BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.35%

R = 48.56%
G = 2.09%
B = 49.35%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA08BD (or 0xBA08BD) is known color: Deep Magenta. HEX triplet: BA, 08 and BD. RGB value is (186,8,189). Sum of RGB (Red+Green+Blue) = 186+8+189=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA08BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA08BD is #45F742. Grayscale: #515151. Windows color (decimal): -4585283 or 12388538. OLE color: 12388538.

HSL color Cylindrical-coordinate representation of color #BA08BD: hue angle of 299.01º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA08BD is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 8 189 -
CMYK 0.02 0.96 0 0.26
HSL 299.01º 0.92% 0.39% -
HSV(B) 299.01º 0.96% 0.74% -
XYZ 29.52 14.29 49.35 -
YUV 81.86 188.47 202.28 -
System Red Green Blue C M Y K H S L
Decimal 186 8 189 0.02 0.96 0 0.26 299.01 0.92 0.39
Hex BA 8 BD 2 60 0 1A 12B 5C 27
Octal 272 10 275 2 140 0 32 453 134 47
Binary 10111010 1000 10111101 10 1100000 0 11010 100101011 1011100 100111

Color Harmonies of #BA08BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA08BD

Black with #BA08BD

Text Example


Text Example

White with #BA08BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA08BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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