Html Css Color HEX #BE13B2 Deep Magenta

📋 copy color: '#BE13B2'

red 190 ◦ green 19 ◦ blue 178

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

Shades of Deep Magenta #BE13B2

Tints of Deep Magenta #BE13B2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.91%

 BLUE value IS 178 (69.92% from 255) = 45.99%

R = 49.1%
G = 4.91%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE13B2 (or 0xBE13B2) is known color: Deep Magenta. HEX triplet: BE, 13 and B2. RGB value is (190,19,178). Sum of RGB (Red+Green+Blue) = 190+19+178=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE13B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE13B2 is #41EC4D. Grayscale: #575757. Windows color (decimal): -4320334 or 11670462. OLE color: 11670462.

HSL color Cylindrical-coordinate representation of color #BE13B2: hue angle of 304.21º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE13B2 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 19 178 -
CMYK 0 0.90 0.06 0.25
HSL 304.21º 0.82% 0.41% -
HSV(B) 304.21º 0.9% 0.75% -
XYZ 29.5 14.63 43.39 -
YUV 88.26 178.65 200.57 -
System Red Green Blue C M Y K H S L
Decimal 190 19 178 0 0.90 0.06 0.25 304.21 0.82 0.41
Hex BE 13 B2 0 5A 6 19 130 52 29
Octal 276 23 262 0 132 6 31 460 122 51
Binary 10111110 10011 10110010 0 1011010 110 11001 100110000 1010010 101001

Color Harmonies of #BE13B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE13B2

Black with #BE13B2

Text Example


Text Example

White with #BE13B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE13B2; }

 p { color: rgb(190,19,178); }

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

background-color css

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

 a { background-color: rgb(190,19,178); }

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

border-color css

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

 span { border-color: rgb(190,19,178); }

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