Html Css Color HEX #BE48A2 Mulberry

📋 copy color: '#BE48A2'

red 190 ◦ green 72 ◦ blue 162

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

Shades of Mulberry #BE48A2

Tints of Mulberry #BE48A2

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.98%

 BLUE value IS 162 (63.67% from 255) = 38.21%

R = 44.81%
G = 16.98%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE48A2 (or 0xBE48A2) is known color: Mulberry. HEX triplet: BE, 48 and A2. RGB value is (190,72,162). Sum of RGB (Red+Green+Blue) = 190+72+162=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE48A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE48A2 is #41B75D. Grayscale: #757575. Windows color (decimal): -4306782 or 10635454. OLE color: 10635454.

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

Color convert

RGB 190 72 162 -
CMYK 0 0.62 0.15 0.25
HSL 314.24º 0.48% 0.51% -
HSV(B) 314.24º 0.62% 0.75% -
XYZ 30.07 18.19 36.11 -
YUV 117.54 153.09 179.68 -
System Red Green Blue C M Y K H S L
Decimal 190 72 162 0 0.62 0.15 0.25 314.24 0.48 0.51
Hex BE 48 A2 0 3E F 19 13A 30 33
Octal 276 110 242 0 76 17 31 472 60 63
Binary 10111110 1001000 10100010 0 111110 1111 11001 100111010 110000 110011

Color Harmonies of #BE48A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE48A2

Black with #BE48A2

Text Example


Text Example

White with #BE48A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE48A2; }

 p { color: rgb(190,72,162); }

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

background-color css

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

 a { background-color: rgb(190,72,162); }

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

border-color css

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

 span { border-color: rgb(190,72,162); }

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