Html Css Color HEX #BE508B Mulberry

📋 copy color: '#BE508B'

red 190 ◦ green 80 ◦ blue 139

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

Shades of Mulberry #BE508B

Tints of Mulberry #BE508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.99%

R = 46.45%
G = 19.56%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE508B (or 0xBE508B) is known color: Mulberry. HEX triplet: BE, 50 and 8B. RGB value is (190,80,139). Sum of RGB (Red+Green+Blue) = 190+80+139=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE508B is #41AF74. Grayscale: #777777. Windows color (decimal): -4304757 or 9130174. OLE color: 9130174.

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

Color convert

RGB 190 80 139 -
CMYK 0 0.58 0.27 0.25
HSL 327.82º 0.46% 0.53% -
HSV(B) 327.82º 0.58% 0.75% -
XYZ 28.76 18.55 26.49 -
YUV 119.62 138.94 178.2 -
System Red Green Blue C M Y K H S L
Decimal 190 80 139 0 0.58 0.27 0.25 327.82 0.46 0.53
Hex BE 50 8B 0 3A 1B 19 148 2E 35
Octal 276 120 213 0 72 33 31 510 56 65
Binary 10111110 1010000 10001011 0 111010 11011 11001 101001000 101110 110101

Color Harmonies of #BE508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE508B

Black with #BE508B

Text Example


Text Example

White with #BE508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE508B; }

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

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

background-color css

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

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

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

border-color css

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

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

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