Html Css Color HEX #BE5A94 Mulberry

📋 copy color: '#BE5A94'

red 190 ◦ green 90 ◦ blue 148

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

Shades of Mulberry #BE5A94

Tints of Mulberry #BE5A94

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.03%

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 44.39%
G = 21.03%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE5A94 (or 0xBE5A94) is known color: Mulberry. HEX triplet: BE, 5A and 94. RGB value is (190,90,148). Sum of RGB (Red+Green+Blue) = 190+90+148=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5A94 is #41A56B. Grayscale: #7E7E7E. Windows color (decimal): -4302188 or 9722558. OLE color: 9722558.

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

Color convert

RGB 190 90 148 -
CMYK 0 0.53 0.22 0.25
HSL 325.2º 0.43% 0.55% -
HSV(B) 325.2º 0.53% 0.75% -
XYZ 30.24 20.4 30.36 -
YUV 126.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 190 90 148 0 0.53 0.22 0.25 325.2 0.43 0.55
Hex BE 5A 94 0 35 16 19 145 2B 37
Octal 276 132 224 0 65 26 31 505 53 67
Binary 10111110 1011010 10010100 0 110101 10110 11001 101000101 101011 110111

Color Harmonies of #BE5A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5A94

Black with #BE5A94

Text Example


Text Example

White with #BE5A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5A94; }

 p { color: rgb(190,90,148); }

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

background-color css

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

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

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

border-color css

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

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

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