Html Css Color HEX #BF5899 Mulberry

📋 copy color: '#BF5899'

red 191 ◦ green 88 ◦ blue 153

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

Shades of Mulberry #BF5899

Tints of Mulberry #BF5899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.37%

 BLUE value IS 153 (60.16% from 255) = 35.42%

R = 44.21%
G = 20.37%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF5899 (or 0xBF5899) is known color: Mulberry. HEX triplet: BF, 58 and 99. RGB value is (191,88,153). Sum of RGB (Red+Green+Blue) = 191+88+153=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5899 is #40A766. Grayscale: #7E7E7E. Windows color (decimal): -4237159 or 10049727. OLE color: 10049727.

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

Color convert

RGB 191 88 153 -
CMYK 0 0.54 0.20 0.25
HSL 322.14º 0.45% 0.55% -
HSV(B) 322.14º 0.54% 0.75% -
XYZ 30.73 20.36 32.45 -
YUV 126.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 191 88 153 0 0.54 0.20 0.25 322.14 0.45 0.55
Hex BF 58 99 0 36 14 19 142 2D 37
Octal 277 130 231 0 66 24 31 502 55 67
Binary 10111111 1011000 10011001 0 110110 10100 11001 101000010 101101 110111

Color Harmonies of #BF5899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5899

Black with #BF5899

Text Example


Text Example

White with #BF5899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5899; }

 p { color: rgb(191,88,153); }

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

background-color css

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

 a { background-color: rgb(191,88,153); }

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

border-color css

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

 span { border-color: rgb(191,88,153); }

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