Html Css Color HEX #BA27BE Deep Magenta

📋 copy color: '#BA27BE'

red 186 ◦ green 39 ◦ blue 190

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

Shades of Deep Magenta #BA27BE

Tints of Deep Magenta #BA27BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 44.82%
G = 9.4%
B = 45.78%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA27BE (or 0xBA27BE) is known color: Deep Magenta. HEX triplet: BA, 27 and BE. RGB value is (186,39,190). Sum of RGB (Red+Green+Blue) = 186+39+190=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA27BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27BE is #45D841. Grayscale: #636363. Windows color (decimal): -4577346 or 12462010. OLE color: 12462010.

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

Color convert

RGB 186 39 190 -
CMYK 0.02 0.79 0 0.25
HSL 298.41º 0.66% 0.45% -
HSV(B) 298.41º 0.79% 0.75% -
XYZ 30.27 15.61 50.13 -
YUV 100.17 178.7 189.22 -
System Red Green Blue C M Y K H S L
Decimal 186 39 190 0.02 0.79 0 0.25 298.41 0.66 0.45
Hex BA 27 BE 2 4F 0 19 12A 42 2D
Octal 272 47 276 2 117 0 31 452 102 55
Binary 10111010 100111 10111110 10 1001111 0 11001 100101010 1000010 101101

Color Harmonies of #BA27BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27BE

Black with #BA27BE

Text Example


Text Example

White with #BA27BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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