Html Css Color HEX #BE45A0 Mulberry

📋 copy color: '#BE45A0'

red 190 ◦ green 69 ◦ blue 160

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

Shades of Mulberry #BE45A0

Tints of Mulberry #BE45A0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.47%

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

R = 45.35%
G = 16.47%
B = 38.19%

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

#BE45A0 (or 0xBE45A0) is known color: Mulberry. HEX triplet: BE, 45 and A0. RGB value is (190,69,160). Sum of RGB (Red+Green+Blue) = 190+69+160=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE45A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE45A0 is #41BA5F. Grayscale: #737373. Windows color (decimal): -4307552 or 10503614. OLE color: 10503614.

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

Color convert

RGB 190 69 160 -
CMYK 0 0.64 0.16 0.25
HSL 314.88º 0.48% 0.51% -
HSV(B) 314.88º 0.64% 0.75% -
XYZ 29.71 17.74 35.12 -
YUV 115.55 153.09 181.1 -
System Red Green Blue C M Y K H S L
Decimal 190 69 160 0 0.64 0.16 0.25 314.88 0.48 0.51
Hex BE 45 A0 0 40 10 19 13B 30 33
Octal 276 105 240 0 100 20 31 473 60 63
Binary 10111110 1000101 10100000 0 1000000 10000 11001 100111011 110000 110011

Color Harmonies of #BE45A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE45A0

Black with #BE45A0

Text Example


Text Example

White with #BE45A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE45A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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