Html Css Color HEX #BE4A8A Mulberry

📋 copy color: '#BE4A8A'

red 190 ◦ green 74 ◦ blue 138

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

Shades of Mulberry #BE4A8A

Tints of Mulberry #BE4A8A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.41%

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 47.26%
G = 18.41%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE4A8A (or 0xBE4A8A) is known color: Mulberry. HEX triplet: BE, 4A and 8A. RGB value is (190,74,138). Sum of RGB (Red+Green+Blue) = 190+74+138=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4A8A is #41B575. Grayscale: #737373. Windows color (decimal): -4306294 or 9063102. OLE color: 9063102.

HSL color Cylindrical-coordinate representation of color #BE4A8A: hue angle of 326.9º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4A8A is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 74 138 -
CMYK 0 0.61 0.27 0.25
HSL 326.9º 0.47% 0.52% -
HSV(B) 326.9º 0.61% 0.75% -
XYZ 28.27 17.68 25.97 -
YUV 115.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 190 74 138 0 0.61 0.27 0.25 326.9 0.47 0.52
Hex BE 4A 8A 0 3D 1B 19 147 2F 34
Octal 276 112 212 0 75 33 31 507 57 64
Binary 10111110 1001010 10001010 0 111101 11011 11001 101000111 101111 110100

Color Harmonies of #BE4A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4A8A

Black with #BE4A8A

Text Example


Text Example

White with #BE4A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4A8A; }

 p { color: rgb(190,74,138); }

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

background-color css

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

 a { background-color: rgb(190,74,138); }

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

border-color css

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

 span { border-color: rgb(190,74,138); }

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