Html Css Color HEX #BE429A Mulberry

📋 copy color: '#BE429A'

red 190 ◦ green 66 ◦ blue 154

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

Shades of Mulberry #BE429A

Tints of Mulberry #BE429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.56%

R = 46.34%
G = 16.1%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE429A (or 0xBE429A) is known color: Mulberry. HEX triplet: BE, 42 and 9A. RGB value is (190,66,154). Sum of RGB (Red+Green+Blue) = 190+66+154=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE429A is #41BD65. Grayscale: #707070. Windows color (decimal): -4308326 or 10109630. OLE color: 10109630.

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

Color convert

RGB 190 66 154 -
CMYK 0 0.65 0.19 0.25
HSL 317.42º 0.49% 0.5% -
HSV(B) 317.42º 0.65% 0.75% -
XYZ 29.02 17.18 32.36 -
YUV 113.11 151.08 182.84 -
System Red Green Blue C M Y K H S L
Decimal 190 66 154 0 0.65 0.19 0.25 317.42 0.49 0.5
Hex BE 42 9A 0 41 13 19 13D 31 32
Octal 276 102 232 0 101 23 31 475 61 62
Binary 10111110 1000010 10011010 0 1000001 10011 11001 100111101 110001 110010

Color Harmonies of #BE429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE429A

Black with #BE429A

Text Example


Text Example

White with #BE429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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