Html Css Color HEX #BE4FA2 Mulberry

📋 copy color: '#BE4FA2'

red 190 ◦ green 79 ◦ blue 162

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

Shades of Mulberry #BE4FA2

Tints of Mulberry #BE4FA2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.33%

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

R = 44.08%
G = 18.33%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE4FA2 (or 0xBE4FA2) is known color: Mulberry. HEX triplet: BE, 4F and A2. RGB value is (190,79,162). Sum of RGB (Red+Green+Blue) = 190+79+162=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4FA2 is #41B05D. Grayscale: #797979. Windows color (decimal): -4304990 or 10637246. OLE color: 10637246.

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

Color convert

RGB 190 79 162 -
CMYK 0 0.58 0.15 0.25
HSL 315.14º 0.46% 0.53% -
HSV(B) 315.14º 0.58% 0.75% -
XYZ 30.55 19.15 36.27 -
YUV 121.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 190 79 162 0 0.58 0.15 0.25 315.14 0.46 0.53
Hex BE 4F A2 0 3A F 19 13B 2E 35
Octal 276 117 242 0 72 17 31 473 56 65
Binary 10111110 1001111 10100010 0 111010 1111 11001 100111011 101110 110101

Color Harmonies of #BE4FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4FA2

Black with #BE4FA2

Text Example


Text Example

White with #BE4FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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