Html Css Color HEX #BE26C7 Deep Magenta

📋 copy color: '#BE26C7'

red 190 ◦ green 38 ◦ blue 199

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

Shades of Deep Magenta #BE26C7

Tints of Deep Magenta #BE26C7

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.9%

 BLUE value IS 199 (78.13% from 255) = 46.6%

R = 44.5%
G = 8.9%
B = 46.6%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BE26C7 (or 0xBE26C7) is known color: Deep Magenta. HEX triplet: BE, 26 and C7. RGB value is (190,38,199). Sum of RGB (Red+Green+Blue) = 190+38+199=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 199 - color contains mainly: blue. Hex color #BE26C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE26C7 is #41D938. Grayscale: #656565. Windows color (decimal): -4315449 or 13051582. OLE color: 13051582.

HSL color Cylindrical-coordinate representation of color #BE26C7: hue angle of 296.65º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE26C7 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 38 199 -
CMYK 0.05 0.81 0 0.22
HSL 296.65º 0.68% 0.46% -
HSV(B) 296.65º 0.81% 0.78% -
XYZ 32.24 16.46 55.51 -
YUV 101.8 182.86 190.91 -
System Red Green Blue C M Y K H S L
Decimal 190 38 199 0.05 0.81 0 0.22 296.65 0.68 0.46
Hex BE 26 C7 5 51 0 16 129 44 2E
Octal 276 46 307 5 121 0 26 451 104 56
Binary 10111110 100110 11000111 101 1010001 0 10110 100101001 1000100 101110

Color Harmonies of #BE26C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE26C7

Black with #BE26C7

Text Example


Text Example

White with #BE26C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE26C7; }

 p { color: rgb(190,38,199); }

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

background-color css

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

 a { background-color: rgb(190,38,199); }

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

border-color css

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

 span { border-color: rgb(190,38,199); }

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