Html Css Color HEX #BF5994 Mulberry

📋 copy color: '#BF5994'

red 191 ◦ green 89 ◦ blue 148

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

Shades of Mulberry #BF5994

Tints of Mulberry #BF5994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.79%

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 44.63%
G = 20.79%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF5994 (or 0xBF5994) is known color: Mulberry. HEX triplet: BF, 59 and 94. RGB value is (191,89,148). Sum of RGB (Red+Green+Blue) = 191+89+148=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5994 is #40A66B. Grayscale: #7E7E7E. Windows color (decimal): -4236908 or 9722303. OLE color: 9722303.

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

Color convert

RGB 191 89 148 -
CMYK 0 0.53 0.23 0.25
HSL 325.29º 0.44% 0.55% -
HSV(B) 325.29º 0.53% 0.75% -
XYZ 30.4 20.36 30.34 -
YUV 126.22 140.29 174.2 -
System Red Green Blue C M Y K H S L
Decimal 191 89 148 0 0.53 0.23 0.25 325.29 0.44 0.55
Hex BF 59 94 0 35 17 19 145 2C 37
Octal 277 131 224 0 65 27 31 505 54 67
Binary 10111111 1011001 10010100 0 110101 10111 11001 101000101 101100 110111

Color Harmonies of #BF5994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5994

Black with #BF5994

Text Example


Text Example

White with #BF5994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5994; }

 p { color: rgb(191,89,148); }

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

background-color css

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

 a { background-color: rgb(191,89,148); }

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

border-color css

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

 span { border-color: rgb(191,89,148); }

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