Html Css Color HEX #BF5591 Mulberry

📋 copy color: '#BF5591'

red 191 ◦ green 85 ◦ blue 145

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

Shades of Mulberry #BF5591

Tints of Mulberry #BF5591

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.19%

 BLUE value IS 145 (57.03% from 255) = 34.44%

R = 45.37%
G = 20.19%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF5591 (or 0xBF5591) is known color: Mulberry. HEX triplet: BF, 55 and 91. RGB value is (191,85,145). Sum of RGB (Red+Green+Blue) = 191+85+145=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5591 is #40AA6E. Grayscale: #7B7B7B. Windows color (decimal): -4237935 or 9524671. OLE color: 9524671.

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

Color convert

RGB 191 85 145 -
CMYK 0 0.55 0.24 0.25
HSL 326.04º 0.45% 0.54% -
HSV(B) 326.04º 0.55% 0.75% -
XYZ 29.85 19.62 29 -
YUV 123.53 140.12 176.12 -
System Red Green Blue C M Y K H S L
Decimal 191 85 145 0 0.55 0.24 0.25 326.04 0.45 0.54
Hex BF 55 91 0 37 18 19 146 2D 36
Octal 277 125 221 0 67 30 31 506 55 66
Binary 10111111 1010101 10010001 0 110111 11000 11001 101000110 101101 110110

Color Harmonies of #BF5591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5591

Black with #BF5591

Text Example


Text Example

White with #BF5591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5591; }

 p { color: rgb(191,85,145); }

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

background-color css

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

 a { background-color: rgb(191,85,145); }

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

border-color css

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

 span { border-color: rgb(191,85,145); }

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