Html Css Color HEX #BE17C2 Deep Magenta

📋 copy color: '#BE17C2'

red 190 ◦ green 23 ◦ blue 194

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

Shades of Deep Magenta #BE17C2

Tints of Deep Magenta #BE17C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.67%

R = 46.68%
G = 5.65%
B = 47.67%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE17C2 (or 0xBE17C2) is known color: Deep Magenta. HEX triplet: BE, 17 and C2. RGB value is (190,23,194). Sum of RGB (Red+Green+Blue) = 190+23+194=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE17C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE17C2 is #41E83D. Grayscale: #5B5B5B. Windows color (decimal): -4319294 or 12720062. OLE color: 12720062.

HSL color Cylindrical-coordinate representation of color #BE17C2: hue angle of 298.6º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE17C2 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 23 194 -
CMYK 0.02 0.88 0 0.24
HSL 298.6º 0.79% 0.43% -
HSV(B) 298.6º 0.88% 0.76% -
XYZ 31.28 15.45 52.37 -
YUV 92.43 185.33 197.6 -
System Red Green Blue C M Y K H S L
Decimal 190 23 194 0.02 0.88 0 0.24 298.6 0.79 0.43
Hex BE 17 C2 2 58 0 18 12B 4F 2B
Octal 276 27 302 2 130 0 30 453 117 53
Binary 10111110 10111 11000010 10 1011000 0 11000 100101011 1001111 101011

Color Harmonies of #BE17C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE17C2

Black with #BE17C2

Text Example


Text Example

White with #BE17C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE17C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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