Html Css Color HEX #BE52A4 Mulberry

📋 copy color: '#BE52A4'

red 190 ◦ green 82 ◦ blue 164

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

Shades of Mulberry #BE52A4

Tints of Mulberry #BE52A4

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.81%

 BLUE value IS 164 (64.45% from 255) = 37.61%

R = 43.58%
G = 18.81%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BE52A4 (or 0xBE52A4) is known color: Mulberry. HEX triplet: BE, 52 and A4. RGB value is (190,82,164). Sum of RGB (Red+Green+Blue) = 190+82+164=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE52A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE52A4 is #41AD5B. Grayscale: #7B7B7B. Windows color (decimal): -4304220 or 10769086. OLE color: 10769086.

HSL color Cylindrical-coordinate representation of color #BE52A4: hue angle of 314.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE52A4 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 82 164 -
CMYK 0 0.57 0.14 0.25
HSL 314.44º 0.45% 0.53% -
HSV(B) 314.44º 0.57% 0.75% -
XYZ 30.95 19.66 37.29 -
YUV 123.64 150.78 175.33 -
System Red Green Blue C M Y K H S L
Decimal 190 82 164 0 0.57 0.14 0.25 314.44 0.45 0.53
Hex BE 52 A4 0 39 E 19 13A 2D 35
Octal 276 122 244 0 71 16 31 472 55 65
Binary 10111110 1010010 10100100 0 111001 1110 11001 100111010 101101 110101

Color Harmonies of #BE52A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE52A4

Black with #BE52A4

Text Example


Text Example

White with #BE52A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE52A4; }

 p { color: rgb(190,82,164); }

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

background-color css

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

 a { background-color: rgb(190,82,164); }

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

border-color css

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

 span { border-color: rgb(190,82,164); }

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