Html Css Color HEX #BE22CF Deep Magenta

📋 copy color: '#BE22CF'

red 190 ◦ green 34 ◦ blue 207

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

Shades of Deep Magenta #BE22CF

Tints of Deep Magenta #BE22CF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.89%

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 44.08%
G = 7.89%
B = 48.03%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE22CF (or 0xBE22CF) is known color: Deep Magenta. HEX triplet: BE, 22 and CF. RGB value is (190,34,207). Sum of RGB (Red+Green+Blue) = 190+34+207=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 34 (13.67% from 255 or 7.89% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE22CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE22CF is #41DD30. Grayscale: #636363. Windows color (decimal): -4316465 or 13574846. OLE color: 13574846.

HSL color Cylindrical-coordinate representation of color #BE22CF: hue angle of 294.1º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE22CF is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 34 207 -
CMYK 0.08 0.84 0 0.19
HSL 294.1º 0.72% 0.47% -
HSV(B) 294.1º 0.84% 0.81% -
XYZ 33.07 16.6 60.49 -
YUV 100.37 188.18 191.93 -
System Red Green Blue C M Y K H S L
Decimal 190 34 207 0.08 0.84 0 0.19 294.1 0.72 0.47
Hex BE 22 CF 8 54 0 13 126 48 2F
Octal 276 42 317 10 124 0 23 446 110 57
Binary 10111110 100010 11001111 1000 1010100 0 10011 100100110 1001000 101111

Color Harmonies of #BE22CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE22CF

Black with #BE22CF

Text Example


Text Example

White with #BE22CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE22CF; }

 p { color: rgb(190,34,207); }

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

background-color css

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

 a { background-color: rgb(190,34,207); }

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

border-color css

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

 span { border-color: rgb(190,34,207); }

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