Html Css Color HEX #BE42A4 Mulberry

📋 copy color: '#BE42A4'

red 190 ◦ green 66 ◦ blue 164

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

Shades of Mulberry #BE42A4

Tints of Mulberry #BE42A4

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.71%

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

R = 45.24%
G = 15.71%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BE42A4 (or 0xBE42A4) is known color: Mulberry. HEX triplet: BE, 42 and A4. RGB value is (190,66,164). Sum of RGB (Red+Green+Blue) = 190+66+164=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE42A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE42A4 is #41BD5B. Grayscale: #717171. Windows color (decimal): -4308316 or 10764990. OLE color: 10764990.

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

Color convert

RGB 190 66 164 -
CMYK 0 0.65 0.14 0.25
HSL 312.58º 0.49% 0.5% -
HSV(B) 312.58º 0.65% 0.75% -
XYZ 29.88 17.52 36.93 -
YUV 114.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 190 66 164 0 0.65 0.14 0.25 312.58 0.49 0.5
Hex BE 42 A4 0 41 E 19 139 31 32
Octal 276 102 244 0 101 16 31 471 61 62
Binary 10111110 1000010 10100100 0 1000001 1110 11001 100111001 110001 110010

Color Harmonies of #BE42A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE42A4

Black with #BE42A4

Text Example


Text Example

White with #BE42A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE42A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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