Html Css Color HEX #BF57A0 Mulberry

📋 copy color: '#BF57A0'

red 191 ◦ green 87 ◦ blue 160

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

Shades of Mulberry #BF57A0

Tints of Mulberry #BF57A0

RGB

 RED value IS 191 (75% from 255) = 43.61%

 GREEN value IS 87 (34.38% from 255) = 19.86%

 BLUE value IS 160 (62.89% from 255) = 36.53%

R = 43.61%
G = 19.86%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF57A0 (or 0xBF57A0) is known color: Mulberry. HEX triplet: BF, 57 and A0. RGB value is (191,87,160). Sum of RGB (Red+Green+Blue) = 191+87+160=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF57A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF57A0 is #40A85F. Grayscale: #7E7E7E. Windows color (decimal): -4237408 or 10508223. OLE color: 10508223.

HSL color Cylindrical-coordinate representation of color #BF57A0: hue angle of 317.88º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF57A0 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 87 160 -
CMYK 0 0.54 0.16 0.25
HSL 317.88º 0.45% 0.55% -
HSV(B) 317.88º 0.54% 0.75% -
XYZ 31.24 20.43 35.55 -
YUV 126.42 146.96 174.06 -
System Red Green Blue C M Y K H S L
Decimal 191 87 160 0 0.54 0.16 0.25 317.88 0.45 0.55
Hex BF 57 A0 0 36 10 19 13E 2D 37
Octal 277 127 240 0 66 20 31 476 55 67
Binary 10111111 1010111 10100000 0 110110 10000 11001 100111110 101101 110111

Color Harmonies of #BF57A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF57A0

Black with #BF57A0

Text Example


Text Example

White with #BF57A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF57A0; }

 p { color: rgb(191,87,160); }

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

background-color css

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

 a { background-color: rgb(191,87,160); }

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

border-color css

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

 span { border-color: rgb(191,87,160); }

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