Html Css Color HEX #BE17BA Deep Magenta

📋 copy color: '#BE17BA'

red 190 ◦ green 23 ◦ blue 186

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

Shades of Deep Magenta #BE17BA

Tints of Deep Magenta #BE17BA

RGB

 RED value IS 190 (74.61% from 255) = 47.62%

 GREEN value IS 23 (9.38% from 255) = 5.76%

 BLUE value IS 186 (73.05% from 255) = 46.62%

R = 47.62%
G = 5.76%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE17BA (or 0xBE17BA) is known color: Deep Magenta. HEX triplet: BE, 17 and BA. RGB value is (190,23,186). Sum of RGB (Red+Green+Blue) = 190+23+186=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE17BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE17BA is #41E845. Grayscale: #5B5B5B. Windows color (decimal): -4319302 or 12195774. OLE color: 12195774.

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

Color convert

RGB 190 23 186 -
CMYK 0 0.88 0.02 0.25
HSL 301.44º 0.78% 0.42% -
HSV(B) 301.44º 0.88% 0.75% -
XYZ 30.4 15.11 47.77 -
YUV 91.52 181.33 198.25 -
System Red Green Blue C M Y K H S L
Decimal 190 23 186 0 0.88 0.02 0.25 301.44 0.78 0.42
Hex BE 17 BA 0 58 2 19 12D 4E 2A
Octal 276 27 272 0 130 2 31 455 116 52
Binary 10111110 10111 10111010 0 1011000 10 11001 100101101 1001110 101010

Color Harmonies of #BE17BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE17BA

Black with #BE17BA

Text Example


Text Example

White with #BE17BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE17BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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