Html Css Color HEX #BE26B2 Deep Magenta

📋 copy color: '#BE26B2'

red 190 ◦ green 38 ◦ blue 178

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

Shades of Deep Magenta #BE26B2

Tints of Deep Magenta #BE26B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.84%

R = 46.8%
G = 9.36%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE26B2 (or 0xBE26B2) is known color: Deep Magenta. HEX triplet: BE, 26 and B2. RGB value is (190,38,178). Sum of RGB (Red+Green+Blue) = 190+38+178=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE26B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE26B2 is #41D94D. Grayscale: #636363. Windows color (decimal): -4315470 or 11675326. OLE color: 11675326.

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

Color convert

RGB 190 38 178 -
CMYK 0 0.8 0.06 0.25
HSL 304.74º 0.67% 0.45% -
HSV(B) 304.74º 0.8% 0.75% -
XYZ 29.96 15.55 43.54 -
YUV 99.41 172.36 192.62 -
System Red Green Blue C M Y K H S L
Decimal 190 38 178 0 0.8 0.06 0.25 304.74 0.67 0.45
Hex BE 26 B2 0 50 6 19 131 43 2D
Octal 276 46 262 0 120 6 31 461 103 55
Binary 10111110 100110 10110010 0 1010000 110 11001 100110001 1000011 101101

Color Harmonies of #BE26B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE26B2

Black with #BE26B2

Text Example


Text Example

White with #BE26B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE26B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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