Html Css Color HEX #BE42A2 Mulberry

📋 copy color: '#BE42A2'

red 190 ◦ green 66 ◦ blue 162

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

Shades of Mulberry #BE42A2

Tints of Mulberry #BE42A2

RGB

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

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

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

R = 45.45%
G = 15.79%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE42A2 (or 0xBE42A2) is known color: Mulberry. HEX triplet: BE, 42 and A2. RGB value is (190,66,162). Sum of RGB (Red+Green+Blue) = 190+66+162=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE42A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE42A2 is #41BD5D. Grayscale: #717171. Windows color (decimal): -4308318 or 10633918. OLE color: 10633918.

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

Color convert

RGB 190 66 162 -
CMYK 0 0.65 0.15 0.25
HSL 313.55º 0.49% 0.5% -
HSV(B) 313.55º 0.65% 0.75% -
XYZ 29.71 17.45 35.99 -
YUV 114.02 155.08 182.19 -
System Red Green Blue C M Y K H S L
Decimal 190 66 162 0 0.65 0.15 0.25 313.55 0.49 0.5
Hex BE 42 A2 0 41 F 19 13A 31 32
Octal 276 102 242 0 101 17 31 472 61 62
Binary 10111110 1000010 10100010 0 1000001 1111 11001 100111010 110001 110010

Color Harmonies of #BE42A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE42A2

Black with #BE42A2

Text Example


Text Example

White with #BE42A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE42A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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