Html Css Color HEX #BF5993 Mulberry

📋 copy color: '#BF5993'

red 191 ◦ green 89 ◦ blue 147

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

Shades of Mulberry #BF5993

Tints of Mulberry #BF5993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.43%

R = 44.73%
G = 20.84%
B = 34.43%

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

#BF5993 (or 0xBF5993) is known color: Mulberry. HEX triplet: BF, 59 and 93. RGB value is (191,89,147). Sum of RGB (Red+Green+Blue) = 191+89+147=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5993 is #40A66C. Grayscale: #7D7D7D. Windows color (decimal): -4236909 or 9656767. OLE color: 9656767.

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

Color convert

RGB 191 89 147 -
CMYK 0 0.53 0.23 0.25
HSL 325.88º 0.44% 0.55% -
HSV(B) 325.88º 0.53% 0.75% -
XYZ 30.32 20.33 29.93 -
YUV 126.11 139.79 174.28 -
System Red Green Blue C M Y K H S L
Decimal 191 89 147 0 0.53 0.23 0.25 325.88 0.44 0.55
Hex BF 59 93 0 35 17 19 146 2C 37
Octal 277 131 223 0 65 27 31 506 54 67
Binary 10111111 1011001 10010011 0 110101 10111 11001 101000110 101100 110111

Color Harmonies of #BF5993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5993

Black with #BF5993

Text Example


Text Example

White with #BF5993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5993; }

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

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

background-color css

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

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

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

border-color css

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

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

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