Html Css Color HEX #BE4B8C Mulberry

📋 copy color: '#BE4B8C'

red 190 ◦ green 75 ◦ blue 140

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

Shades of Mulberry #BE4B8C

Tints of Mulberry #BE4B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.57%

R = 46.91%
G = 18.52%
B = 34.57%

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

#BE4B8C (or 0xBE4B8C) is known color: Mulberry. HEX triplet: BE, 4B and 8C. RGB value is (190,75,140). Sum of RGB (Red+Green+Blue) = 190+75+140=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4B8C is #41B473. Grayscale: #747474. Windows color (decimal): -4306036 or 9194430. OLE color: 9194430.

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

Color convert

RGB 190 75 140 -
CMYK 0 0.61 0.26 0.25
HSL 326.09º 0.47% 0.52% -
HSV(B) 326.09º 0.61% 0.75% -
XYZ 28.48 17.87 26.76 -
YUV 116.8 141.1 180.21 -
System Red Green Blue C M Y K H S L
Decimal 190 75 140 0 0.61 0.26 0.25 326.09 0.47 0.52
Hex BE 4B 8C 0 3D 1A 19 146 2F 34
Octal 276 113 214 0 75 32 31 506 57 64
Binary 10111110 1001011 10001100 0 111101 11010 11001 101000110 101111 110100

Color Harmonies of #BE4B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4B8C

Black with #BE4B8C

Text Example


Text Example

White with #BE4B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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