Html Css Color HEX #BA27BD Deep Magenta

📋 copy color: '#BA27BD'

red 186 ◦ green 39 ◦ blue 189

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

Shades of Deep Magenta #BA27BD

Tints of Deep Magenta #BA27BD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.42%

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

R = 44.93%
G = 9.42%
B = 45.65%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA27BD (or 0xBA27BD) is known color: Deep Magenta. HEX triplet: BA, 27 and BD. RGB value is (186,39,189). Sum of RGB (Red+Green+Blue) = 186+39+189=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA27BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27BD is #45D842. Grayscale: #636363. Windows color (decimal): -4577347 or 12396474. OLE color: 12396474.

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

Color convert

RGB 186 39 189 -
CMYK 0.02 0.79 0 0.26
HSL 298.8º 0.66% 0.45% -
HSV(B) 298.8º 0.79% 0.74% -
XYZ 30.16 15.56 49.56 -
YUV 100.05 178.2 189.3 -
System Red Green Blue C M Y K H S L
Decimal 186 39 189 0.02 0.79 0 0.26 298.8 0.66 0.45
Hex BA 27 BD 2 4F 0 1A 12B 42 2D
Octal 272 47 275 2 117 0 32 453 102 55
Binary 10111010 100111 10111101 10 1001111 0 11010 100101011 1000010 101101

Color Harmonies of #BA27BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27BD

Black with #BA27BD

Text Example


Text Example

White with #BA27BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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