Html Css Color HEX #BE02BF Deep Magenta

📋 copy color: '#BE02BF'

red 190 ◦ green 2 ◦ blue 191

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

Shades of Deep Magenta #BE02BF

Tints of Deep Magenta #BE02BF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

 BLUE value IS 191 (75% from 255) = 49.87%

R = 49.61%
G = 0.52%
B = 49.87%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE02BF (or 0xBE02BF) is known color: Deep Magenta. HEX triplet: BE, 02 and BF. RGB value is (190,2,191). Sum of RGB (Red+Green+Blue) = 190+2+191=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE02BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE02BF is #41FD40. Grayscale: #4F4F4F. Windows color (decimal): -4324673 or 12518078. OLE color: 12518078.

HSL color Cylindrical-coordinate representation of color #BE02BF: hue angle of 299.68º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE02BF is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 2 191 -
CMYK 0.01 0.99 0 0.25
HSL 299.68º 0.98% 0.38% -
HSV(B) 299.68º 0.99% 0.75% -
XYZ 30.66 14.75 50.52 -
YUV 79.76 190.78 206.63 -
System Red Green Blue C M Y K H S L
Decimal 190 2 191 0.01 0.99 0 0.25 299.68 0.98 0.38
Hex BE 2 BF 1 63 0 19 12C 62 26
Octal 276 2 277 1 143 0 31 454 142 46
Binary 10111110 10 10111111 1 1100011 0 11001 100101100 1100010 100110

Color Harmonies of #BE02BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE02BF

Black with #BE02BF

Text Example


Text Example

White with #BE02BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE02BF; }

 p { color: rgb(190,2,191); }

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

background-color css

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

 a { background-color: rgb(190,2,191); }

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

border-color css

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

 span { border-color: rgb(190,2,191); }

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