Html Css Color HEX #BF4988 Mulberry

📋 copy color: '#BF4988'

red 191 ◦ green 73 ◦ blue 136

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

Shades of Mulberry #BF4988

Tints of Mulberry #BF4988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.25%

 BLUE value IS 136 (53.52% from 255) = 34%

R = 47.75%
G = 18.25%
B = 34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF4988 (or 0xBF4988) is known color: Mulberry. HEX triplet: BF, 49 and 88. RGB value is (191,73,136). Sum of RGB (Red+Green+Blue) = 191+73+136=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4988 is #40B677. Grayscale: #737373. Windows color (decimal): -4241016 or 8931775. OLE color: 8931775.

HSL color Cylindrical-coordinate representation of color #BF4988: hue angle of 327.97º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF4988 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 73 136 -
CMYK 0 0.62 0.29 0.25
HSL 327.97º 0.48% 0.52% -
HSV(B) 327.97º 0.62% 0.75% -
XYZ 28.31 17.62 25.2 -
YUV 115.46 139.59 181.88 -
System Red Green Blue C M Y K H S L
Decimal 191 73 136 0 0.62 0.29 0.25 327.97 0.48 0.52
Hex BF 49 88 0 3E 1D 19 148 30 34
Octal 277 111 210 0 76 35 31 510 60 64
Binary 10111111 1001001 10001000 0 111110 11101 11001 101001000 110000 110100

Color Harmonies of #BF4988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4988

Black with #BF4988

Text Example


Text Example

White with #BF4988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4988; }

 p { color: rgb(191,73,136); }

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

background-color css

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

 a { background-color: rgb(191,73,136); }

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

border-color css

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

 span { border-color: rgb(191,73,136); }

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