Html Css Color HEX #BE42A1 Mulberry

📋 copy color: '#BE42A1'

red 190 ◦ green 66 ◦ blue 161

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

Shades of Mulberry #BE42A1

Tints of Mulberry #BE42A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.61%

R = 45.56%
G = 15.83%
B = 38.61%

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

#BE42A1 (or 0xBE42A1) is known color: Mulberry. HEX triplet: BE, 42 and A1. RGB value is (190,66,161). Sum of RGB (Red+Green+Blue) = 190+66+161=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE42A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE42A1 is #41BD5E. Grayscale: #717171. Windows color (decimal): -4308319 or 10568382. OLE color: 10568382.

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

Color convert

RGB 190 66 161 -
CMYK 0 0.65 0.15 0.25
HSL 314.03º 0.49% 0.5% -
HSV(B) 314.03º 0.65% 0.75% -
XYZ 29.62 17.42 35.52 -
YUV 113.91 154.58 182.28 -
System Red Green Blue C M Y K H S L
Decimal 190 66 161 0 0.65 0.15 0.25 314.03 0.49 0.5
Hex BE 42 A1 0 41 F 19 13A 31 32
Octal 276 102 241 0 101 17 31 472 61 62
Binary 10111110 1000010 10100001 0 1000001 1111 11001 100111010 110001 110010

Color Harmonies of #BE42A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE42A1

Black with #BE42A1

Text Example


Text Example

White with #BE42A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE42A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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