Html Css Color HEX #BE26CE Deep Magenta

📋 copy color: '#BE26CE'

red 190 ◦ green 38 ◦ blue 206

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

Shades of Deep Magenta #BE26CE

Tints of Deep Magenta #BE26CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 43.78%
G = 8.76%
B = 47.47%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE26CE (or 0xBE26CE) is known color: Deep Magenta. HEX triplet: BE, 26 and CE. RGB value is (190,38,206). Sum of RGB (Red+Green+Blue) = 190+38+206=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE26CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE26CE is #41D931. Grayscale: #666666. Windows color (decimal): -4315442 or 13510334. OLE color: 13510334.

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

Color convert

RGB 190 38 206 -
CMYK 0.08 0.82 0 0.19
HSL 294.29º 0.69% 0.48% -
HSV(B) 294.29º 0.82% 0.81% -
XYZ 33.07 16.79 59.89 -
YUV 102.6 186.36 190.34 -
System Red Green Blue C M Y K H S L
Decimal 190 38 206 0.08 0.82 0 0.19 294.29 0.69 0.48
Hex BE 26 CE 8 52 0 13 126 45 30
Octal 276 46 316 10 122 0 23 446 105 60
Binary 10111110 100110 11001110 1000 1010010 0 10011 100100110 1000101 110000

Color Harmonies of #BE26CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE26CE

Black with #BE26CE

Text Example


Text Example

White with #BE26CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE26CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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