Html Css Color HEX #BF588F Mulberry

📋 copy color: '#BF588F'

red 191 ◦ green 88 ◦ blue 143

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

Shades of Mulberry #BF588F

Tints of Mulberry #BF588F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.89%

R = 45.26%
G = 20.85%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF588F (or 0xBF588F) is known color: Mulberry. HEX triplet: BF, 58 and 8F. RGB value is (191,88,143). Sum of RGB (Red+Green+Blue) = 191+88+143=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF588F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF588F is #40A770. Grayscale: #7C7C7C. Windows color (decimal): -4237169 or 9394367. OLE color: 9394367.

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

Color convert

RGB 191 88 143 -
CMYK 0 0.54 0.25 0.25
HSL 327.96º 0.45% 0.55% -
HSV(B) 327.96º 0.54% 0.75% -
XYZ 29.93 20.04 28.28 -
YUV 125.07 138.12 175.03 -
System Red Green Blue C M Y K H S L
Decimal 191 88 143 0 0.54 0.25 0.25 327.96 0.45 0.55
Hex BF 58 8F 0 36 19 19 148 2D 37
Octal 277 130 217 0 66 31 31 510 55 67
Binary 10111111 1011000 10001111 0 110110 11001 11001 101001000 101101 110111

Color Harmonies of #BF588F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF588F

Black with #BF588F

Text Example


Text Example

White with #BF588F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF588F; }

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

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

background-color css

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

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

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

border-color css

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

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

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