Html Css Color HEX #BF588D Mulberry

📋 copy color: '#BF588D'

red 191 ◦ green 88 ◦ blue 141

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

Shades of Mulberry #BF588D

Tints of Mulberry #BF588D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.57%

R = 45.48%
G = 20.95%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF588D (or 0xBF588D) is known color: Mulberry. HEX triplet: BF, 58 and 8D. RGB value is (191,88,141). Sum of RGB (Red+Green+Blue) = 191+88+141=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF588D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF588D is #40A772. Grayscale: #7C7C7C. Windows color (decimal): -4237171 or 9263295. OLE color: 9263295.

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

Color convert

RGB 191 88 141 -
CMYK 0 0.54 0.26 0.25
HSL 329.13º 0.45% 0.55% -
HSV(B) 329.13º 0.54% 0.75% -
XYZ 29.78 19.98 27.49 -
YUV 124.84 137.12 175.19 -
System Red Green Blue C M Y K H S L
Decimal 191 88 141 0 0.54 0.26 0.25 329.13 0.45 0.55
Hex BF 58 8D 0 36 1A 19 149 2D 37
Octal 277 130 215 0 66 32 31 511 55 67
Binary 10111111 1011000 10001101 0 110110 11010 11001 101001001 101101 110111

Color Harmonies of #BF588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF588D

Black with #BF588D

Text Example


Text Example

White with #BF588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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