Html Css Color HEX #BE4B8D Mulberry

📋 copy color: '#BE4B8D'

red 190 ◦ green 75 ◦ blue 141

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

Shades of Mulberry #BE4B8D

Tints of Mulberry #BE4B8D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.47%

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

R = 46.8%
G = 18.47%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE4B8D (or 0xBE4B8D) is known color: Mulberry. HEX triplet: BE, 4B and 8D. RGB value is (190,75,141). Sum of RGB (Red+Green+Blue) = 190+75+141=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4B8D is #41B472. Grayscale: #747474. Windows color (decimal): -4306035 or 9259966. OLE color: 9259966.

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

Color convert

RGB 190 75 141 -
CMYK 0 0.61 0.26 0.25
HSL 325.57º 0.47% 0.52% -
HSV(B) 325.57º 0.61% 0.75% -
XYZ 28.56 17.9 27.15 -
YUV 116.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 190 75 141 0 0.61 0.26 0.25 325.57 0.47 0.52
Hex BE 4B 8D 0 3D 1A 19 146 2F 34
Octal 276 113 215 0 75 32 31 506 57 64
Binary 10111110 1001011 10001101 0 111101 11010 11001 101000110 101111 110100

Color Harmonies of #BE4B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4B8D

Black with #BE4B8D

Text Example


Text Example

White with #BE4B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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