Html Css Color HEX #BE5194 Mulberry

📋 copy color: '#BE5194'

red 190 ◦ green 81 ◦ blue 148

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

Shades of Mulberry #BE5194

Tints of Mulberry #BE5194

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.33%

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

R = 45.35%
G = 19.33%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE5194 (or 0xBE5194) is known color: Mulberry. HEX triplet: BE, 51 and 94. RGB value is (190,81,148). Sum of RGB (Red+Green+Blue) = 190+81+148=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5194 is #41AE6B. Grayscale: #797979. Windows color (decimal): -4304492 or 9720254. OLE color: 9720254.

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

Color convert

RGB 190 81 148 -
CMYK 0 0.57 0.22 0.25
HSL 323.12º 0.46% 0.53% -
HSV(B) 323.12º 0.57% 0.75% -
XYZ 29.52 18.97 30.12 -
YUV 121.23 143.11 177.05 -
System Red Green Blue C M Y K H S L
Decimal 190 81 148 0 0.57 0.22 0.25 323.12 0.46 0.53
Hex BE 51 94 0 39 16 19 143 2E 35
Octal 276 121 224 0 71 26 31 503 56 65
Binary 10111110 1010001 10010100 0 111001 10110 11001 101000011 101110 110101

Color Harmonies of #BE5194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5194

Black with #BE5194

Text Example


Text Example

White with #BE5194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5194; }

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

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

background-color css

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

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

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

border-color css

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

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

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