Html Css Color HEX #BE428F Mulberry

📋 copy color: '#BE428F'

red 190 ◦ green 66 ◦ blue 143

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

Shades of Mulberry #BE428F

Tints of Mulberry #BE428F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.84%

R = 47.62%
G = 16.54%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE428F (or 0xBE428F) is known color: Mulberry. HEX triplet: BE, 42 and 8F. RGB value is (190,66,143). Sum of RGB (Red+Green+Blue) = 190+66+143=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE428F is #41BD70. Grayscale: #6F6F6F. Windows color (decimal): -4308337 or 9388734. OLE color: 9388734.

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

Color convert

RGB 190 66 143 -
CMYK 0 0.65 0.25 0.25
HSL 322.74º 0.49% 0.5% -
HSV(B) 322.74º 0.65% 0.75% -
XYZ 28.14 16.83 27.75 -
YUV 111.85 145.58 183.74 -
System Red Green Blue C M Y K H S L
Decimal 190 66 143 0 0.65 0.25 0.25 322.74 0.49 0.5
Hex BE 42 8F 0 41 19 19 143 31 32
Octal 276 102 217 0 101 31 31 503 61 62
Binary 10111110 1000010 10001111 0 1000001 11001 11001 101000011 110001 110010

Color Harmonies of #BE428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE428F

Black with #BE428F

Text Example


Text Example

White with #BE428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE428F; }

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

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

background-color css

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

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

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

border-color css

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

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

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