Html Css Color HEX #BE26B7 Deep Magenta

📋 copy color: '#BE26B7'

red 190 ◦ green 38 ◦ blue 183

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

Shades of Deep Magenta #BE26B7

Tints of Deep Magenta #BE26B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.53%

R = 46.23%
G = 9.25%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE26B7 (or 0xBE26B7) is known color: Deep Magenta. HEX triplet: BE, 26 and B7. RGB value is (190,38,183). Sum of RGB (Red+Green+Blue) = 190+38+183=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE26B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE26B7 is #41D948. Grayscale: #636363. Windows color (decimal): -4315465 or 12003006. OLE color: 12003006.

HSL color Cylindrical-coordinate representation of color #BE26B7: hue angle of 302.76º 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 #BE26B7 is Cyan = 0, Magento = 0.8, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 38 183 -
CMYK 0 0.8 0.04 0.25
HSL 302.76º 0.67% 0.45% -
HSV(B) 302.76º 0.8% 0.75% -
XYZ 30.48 15.75 46.23 -
YUV 99.98 174.86 192.21 -
System Red Green Blue C M Y K H S L
Decimal 190 38 183 0 0.8 0.04 0.25 302.76 0.67 0.45
Hex BE 26 B7 0 50 4 19 12F 43 2D
Octal 276 46 267 0 120 4 31 457 103 55
Binary 10111110 100110 10110111 0 1010000 100 11001 100101111 1000011 101101

Color Harmonies of #BE26B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE26B7

Black with #BE26B7

Text Example


Text Example

White with #BE26B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE26B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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