Html Css Color HEX #BF588B Mulberry

📋 copy color: '#BF588B'

red 191 ◦ green 88 ◦ blue 139

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

Shades of Mulberry #BF588B

Tints of Mulberry #BF588B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.25%

R = 45.69%
G = 21.05%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF588B (or 0xBF588B) is known color: Mulberry. HEX triplet: BF, 58 and 8B. RGB value is (191,88,139). Sum of RGB (Red+Green+Blue) = 191+88+139=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF588B is #40A774. Grayscale: #7C7C7C. Windows color (decimal): -4237173 or 9132223. OLE color: 9132223.

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

Color convert

RGB 191 88 139 -
CMYK 0 0.54 0.27 0.25
HSL 330.29º 0.45% 0.55% -
HSV(B) 330.29º 0.54% 0.75% -
XYZ 29.64 19.92 26.71 -
YUV 124.61 136.12 175.35 -
System Red Green Blue C M Y K H S L
Decimal 191 88 139 0 0.54 0.27 0.25 330.29 0.45 0.55
Hex BF 58 8B 0 36 1B 19 14A 2D 37
Octal 277 130 213 0 66 33 31 512 55 67
Binary 10111111 1011000 10001011 0 110110 11011 11001 101001010 101101 110111

Color Harmonies of #BF588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF588B

Black with #BF588B

Text Example


Text Example

White with #BF588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF588B; }

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

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

background-color css

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

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

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

border-color css

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

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

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