Html Css Color HEX #BE45A2 Mulberry

📋 copy color: '#BE45A2'

red 190 ◦ green 69 ◦ blue 162

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

Shades of Mulberry #BE45A2

Tints of Mulberry #BE45A2

RGB

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

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

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

R = 45.13%
G = 16.39%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE45A2 (or 0xBE45A2) is known color: Mulberry. HEX triplet: BE, 45 and A2. RGB value is (190,69,162). Sum of RGB (Red+Green+Blue) = 190+69+162=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE45A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE45A2 is #41BA5D. Grayscale: #737373. Windows color (decimal): -4307550 or 10634686. OLE color: 10634686.

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

Color convert

RGB 190 69 162 -
CMYK 0 0.64 0.15 0.25
HSL 313.88º 0.48% 0.51% -
HSV(B) 313.88º 0.64% 0.75% -
XYZ 29.88 17.81 36.05 -
YUV 115.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 190 69 162 0 0.64 0.15 0.25 313.88 0.48 0.51
Hex BE 45 A2 0 40 F 19 13A 30 33
Octal 276 105 242 0 100 17 31 472 60 63
Binary 10111110 1000101 10100010 0 1000000 1111 11001 100111010 110000 110011

Color Harmonies of #BE45A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE45A2

Black with #BE45A2

Text Example


Text Example

White with #BE45A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE45A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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