Html Css Color HEX #BF589B Mulberry

📋 copy color: '#BF589B'

red 191 ◦ green 88 ◦ blue 155

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

Shades of Mulberry #BF589B

Tints of Mulberry #BF589B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.71%

R = 44.01%
G = 20.28%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF589B (or 0xBF589B) is known color: Mulberry. HEX triplet: BF, 58 and 9B. RGB value is (191,88,155). Sum of RGB (Red+Green+Blue) = 191+88+155=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF589B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF589B is #40A764. Grayscale: #7E7E7E. Windows color (decimal): -4237157 or 10180799. OLE color: 10180799.

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

Color convert

RGB 191 88 155 -
CMYK 0 0.54 0.19 0.25
HSL 320.97º 0.45% 0.55% -
HSV(B) 320.97º 0.54% 0.75% -
XYZ 30.89 20.42 33.32 -
YUV 126.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 191 88 155 0 0.54 0.19 0.25 320.97 0.45 0.55
Hex BF 58 9B 0 36 13 19 141 2D 37
Octal 277 130 233 0 66 23 31 501 55 67
Binary 10111111 1011000 10011011 0 110110 10011 11001 101000001 101101 110111

Color Harmonies of #BF589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF589B

Black with #BF589B

Text Example


Text Example

White with #BF589B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF589B; }

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

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

background-color css

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

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

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

border-color css

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

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

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