Html Css Color HEX #BE44A0 Mulberry

📋 copy color: '#BE44A0'

red 190 ◦ green 68 ◦ blue 160

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

Shades of Mulberry #BE44A0

Tints of Mulberry #BE44A0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.27%

 BLUE value IS 160 (62.89% from 255) = 38.28%

R = 45.45%
G = 16.27%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE44A0 (or 0xBE44A0) is known color: Mulberry. HEX triplet: BE, 44 and A0. RGB value is (190,68,160). Sum of RGB (Red+Green+Blue) = 190+68+160=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE44A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE44A0 is #41BB5F. Grayscale: #727272. Windows color (decimal): -4307808 or 10503358. OLE color: 10503358.

HSL color Cylindrical-coordinate representation of color #BE44A0: hue angle of 314.75º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE44A0 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 68 160 -
CMYK 0 0.64 0.16 0.25
HSL 314.75º 0.48% 0.51% -
HSV(B) 314.75º 0.64% 0.75% -
XYZ 29.65 17.62 35.1 -
YUV 114.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 190 68 160 0 0.64 0.16 0.25 314.75 0.48 0.51
Hex BE 44 A0 0 40 10 19 13B 30 33
Octal 276 104 240 0 100 20 31 473 60 63
Binary 10111110 1000100 10100000 0 1000000 10000 11001 100111011 110000 110011

Color Harmonies of #BE44A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE44A0

Black with #BE44A0

Text Example


Text Example

White with #BE44A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE44A0; }

 p { color: rgb(190,68,160); }

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

background-color css

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

 a { background-color: rgb(190,68,160); }

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

border-color css

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

 span { border-color: rgb(190,68,160); }

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