Html Css Color HEX #BE4A8F Mulberry

📋 copy color: '#BE4A8F'

red 190 ◦ green 74 ◦ blue 143

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

Shades of Mulberry #BE4A8F

Tints of Mulberry #BE4A8F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.18%

 BLUE value IS 143 (56.25% from 255) = 35.14%

R = 46.68%
G = 18.18%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE4A8F (or 0xBE4A8F) is known color: Mulberry. HEX triplet: BE, 4A and 8F. RGB value is (190,74,143). Sum of RGB (Red+Green+Blue) = 190+74+143=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4A8F is #41B570. Grayscale: #747474. Windows color (decimal): -4306289 or 9390782. OLE color: 9390782.

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

Color convert

RGB 190 74 143 -
CMYK 0 0.61 0.25 0.25
HSL 324.31º 0.47% 0.52% -
HSV(B) 324.31º 0.61% 0.75% -
XYZ 28.64 17.83 27.92 -
YUV 116.55 142.93 180.39 -
System Red Green Blue C M Y K H S L
Decimal 190 74 143 0 0.61 0.25 0.25 324.31 0.47 0.52
Hex BE 4A 8F 0 3D 19 19 144 2F 34
Octal 276 112 217 0 75 31 31 504 57 64
Binary 10111110 1001010 10001111 0 111101 11001 11001 101000100 101111 110100

Color Harmonies of #BE4A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4A8F

Black with #BE4A8F

Text Example


Text Example

White with #BE4A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4A8F; }

 p { color: rgb(190,74,143); }

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

background-color css

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

 a { background-color: rgb(190,74,143); }

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

border-color css

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

 span { border-color: rgb(190,74,143); }

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