Html Css Color HEX #BE21B5 Deep Magenta

📋 copy color: '#BE21B5'

red 190 ◦ green 33 ◦ blue 181

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

Shades of Deep Magenta #BE21B5

Tints of Deep Magenta #BE21B5

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.17%

 BLUE value IS 181 (71.09% from 255) = 44.8%

R = 47.03%
G = 8.17%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE21B5 (or 0xBE21B5) is known color: Deep Magenta. HEX triplet: BE, 21 and B5. RGB value is (190,33,181). Sum of RGB (Red+Green+Blue) = 190+33+181=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE21B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE21B5 is #41DE4A. Grayscale: #606060. Windows color (decimal): -4316747 or 11870654. OLE color: 11870654.

HSL color Cylindrical-coordinate representation of color #BE21B5: hue angle of 303.44º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE21B5 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 33 181 -
CMYK 0 0.83 0.05 0.25
HSL 303.44º 0.7% 0.44% -
HSV(B) 303.44º 0.83% 0.75% -
XYZ 30.12 15.37 45.1 -
YUV 96.82 175.51 194.47 -
System Red Green Blue C M Y K H S L
Decimal 190 33 181 0 0.83 0.05 0.25 303.44 0.7 0.44
Hex BE 21 B5 0 53 5 19 12F 46 2C
Octal 276 41 265 0 123 5 31 457 106 54
Binary 10111110 100001 10110101 0 1010011 101 11001 100101111 1000110 101100

Color Harmonies of #BE21B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE21B5

Black with #BE21B5

Text Example


Text Example

White with #BE21B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE21B5; }

 p { color: rgb(190,33,181); }

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

background-color css

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

 a { background-color: rgb(190,33,181); }

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

border-color css

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

 span { border-color: rgb(190,33,181); }

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