Html Css Color HEX #BE45A4 Mulberry

📋 copy color: '#BE45A4'

red 190 ◦ green 69 ◦ blue 164

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

Shades of Mulberry #BE45A4

Tints of Mulberry #BE45A4

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.31%

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

R = 44.92%
G = 16.31%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BE45A4 (or 0xBE45A4) is known color: Mulberry. HEX triplet: BE, 45 and A4. RGB value is (190,69,164). Sum of RGB (Red+Green+Blue) = 190+69+164=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE45A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE45A4 is #41BA5B. Grayscale: #737373. Windows color (decimal): -4307548 or 10765758. OLE color: 10765758.

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

Color convert

RGB 190 69 164 -
CMYK 0 0.64 0.14 0.25
HSL 312.89º 0.48% 0.51% -
HSV(B) 312.89º 0.64% 0.75% -
XYZ 30.06 17.88 36.99 -
YUV 116.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 190 69 164 0 0.64 0.14 0.25 312.89 0.48 0.51
Hex BE 45 A4 0 40 E 19 139 30 33
Octal 276 105 244 0 100 16 31 471 60 63
Binary 10111110 1000101 10100100 0 1000000 1110 11001 100111001 110000 110011

Color Harmonies of #BE45A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE45A4

Black with #BE45A4

Text Example


Text Example

White with #BE45A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE45A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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