Html Css Color HEX #BE26BE Deep Magenta

📋 copy color: '#BE26BE'

red 190 ◦ green 38 ◦ blue 190

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

Shades of Deep Magenta #BE26BE

Tints of Deep Magenta #BE26BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 45.45%
G = 9.09%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE26BE (or 0xBE26BE) is known color: Deep Magenta. HEX triplet: BE, 26 and BE. RGB value is (190,38,190). Sum of RGB (Red+Green+Blue) = 190+38+190=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE26BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE26BE is #41D941. Grayscale: #646464. Windows color (decimal): -4315458 or 12461758. OLE color: 12461758.

HSL color Cylindrical-coordinate representation of color #BE26BE: hue angle of 300º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE26BE is Cyan = 0, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 38 190 -
CMYK 0 0.8 0 0.25
HSL 300º 0.67% 0.45% -
HSV(B) 300º 0.8% 0.75% -
XYZ 31.22 16.05 50.17 -
YUV 100.78 178.36 191.64 -
System Red Green Blue C M Y K H S L
Decimal 190 38 190 0 0.8 0 0.25 300 0.67 0.45
Hex BE 26 BE 0 50 0 19 12C 43 2D
Octal 276 46 276 0 120 0 31 454 103 55
Binary 10111110 100110 10111110 0 1010000 0 11001 100101100 1000011 101101

Color Harmonies of #BE26BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE26BE

Black with #BE26BE

Text Example


Text Example

White with #BE26BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE26BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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