Html Css Color HEX #BE26C9 Deep Magenta

📋 copy color: '#BE26C9'

red 190 ◦ green 38 ◦ blue 201

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

Shades of Deep Magenta #BE26C9

Tints of Deep Magenta #BE26C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.85%

R = 44.29%
G = 8.86%
B = 46.85%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE26C9 (or 0xBE26C9) is known color: Deep Magenta. HEX triplet: BE, 26 and C9. RGB value is (190,38,201). Sum of RGB (Red+Green+Blue) = 190+38+201=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE26C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE26C9 is #41D936. Grayscale: #656565. Windows color (decimal): -4315447 or 13182654. OLE color: 13182654.

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

Color convert

RGB 190 38 201 -
CMYK 0.05 0.81 0 0.21
HSL 295.95º 0.68% 0.47% -
HSV(B) 295.95º 0.81% 0.79% -
XYZ 32.47 16.55 56.74 -
YUV 102.03 183.86 190.75 -
System Red Green Blue C M Y K H S L
Decimal 190 38 201 0.05 0.81 0 0.21 295.95 0.68 0.47
Hex BE 26 C9 5 51 0 15 128 44 2F
Octal 276 46 311 5 121 0 25 450 104 57
Binary 10111110 100110 11001001 101 1010001 0 10101 100101000 1000100 101111

Color Harmonies of #BE26C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE26C9

Black with #BE26C9

Text Example


Text Example

White with #BE26C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE26C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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