Html Css Color HEX #BE05CA Deep Magenta

📋 copy color: '#BE05CA'

red 190 ◦ green 5 ◦ blue 202

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

Shades of Deep Magenta #BE05CA

Tints of Deep Magenta #BE05CA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.26%

 BLUE value IS 202 (79.3% from 255) = 50.88%

R = 47.86%
G = 1.26%
B = 50.88%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE05CA (or 0xBE05CA) is known color: Deep Magenta. HEX triplet: BE, 05 and CA. RGB value is (190,5,202). Sum of RGB (Red+Green+Blue) = 190+5+202=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE05CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE05CA is #41FA35. Grayscale: #525252. Windows color (decimal): -4323894 or 13239742. OLE color: 13239742.

HSL color Cylindrical-coordinate representation of color #BE05CA: hue angle of 296.35º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE05CA is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 5 202 -
CMYK 0.06 0.98 0 0.21
HSL 296.35º 0.95% 0.41% -
HSV(B) 296.35º 0.98% 0.79% -
XYZ 31.95 15.32 57.15 -
YUV 82.77 195.29 204.48 -
System Red Green Blue C M Y K H S L
Decimal 190 5 202 0.06 0.98 0 0.21 296.35 0.95 0.41
Hex BE 5 CA 6 62 0 15 128 5F 29
Octal 276 5 312 6 142 0 25 450 137 51
Binary 10111110 101 11001010 110 1100010 0 10101 100101000 1011111 101001

Color Harmonies of #BE05CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE05CA

Black with #BE05CA

Text Example


Text Example

White with #BE05CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE05CA; }

 p { color: rgb(190,5,202); }

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

background-color css

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

 a { background-color: rgb(190,5,202); }

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

border-color css

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

 span { border-color: rgb(190,5,202); }

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