Html Css Color HEX #BE508D Mulberry

📋 copy color: '#BE508D'

red 190 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #BE508D

Tints of Mulberry #BE508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.46%

 BLUE value IS 141 (55.47% from 255) = 34.31%

R = 46.23%
G = 19.46%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE508D (or 0xBE508D) is known color: Mulberry. HEX triplet: BE, 50 and 8D. RGB value is (190,80,141). Sum of RGB (Red+Green+Blue) = 190+80+141=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE508D is #41AF72. Grayscale: #777777. Windows color (decimal): -4304755 or 9261246. OLE color: 9261246.

HSL color Cylindrical-coordinate representation of color #BE508D: hue angle of 326.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE508D is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 80 141 -
CMYK 0 0.58 0.26 0.25
HSL 326.73º 0.46% 0.53% -
HSV(B) 326.73º 0.58% 0.75% -
XYZ 28.91 18.61 27.27 -
YUV 119.84 139.94 178.04 -
System Red Green Blue C M Y K H S L
Decimal 190 80 141 0 0.58 0.26 0.25 326.73 0.46 0.53
Hex BE 50 8D 0 3A 1A 19 147 2E 35
Octal 276 120 215 0 72 32 31 507 56 65
Binary 10111110 1010000 10001101 0 111010 11010 11001 101000111 101110 110101

Color Harmonies of #BE508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE508D

Black with #BE508D

Text Example


Text Example

White with #BE508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE508D; }

 p { color: rgb(190,80,141); }

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

background-color css

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

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

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

border-color css

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

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

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