Html Css Color HEX #BF4991 Mulberry

📋 copy color: '#BF4991'

red 191 ◦ green 73 ◦ blue 145

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

Shades of Mulberry #BF4991

Tints of Mulberry #BF4991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.45%

R = 46.7%
G = 17.85%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF4991 (or 0xBF4991) is known color: Mulberry. HEX triplet: BF, 49 and 91. RGB value is (191,73,145). Sum of RGB (Red+Green+Blue) = 191+73+145=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4991 is #40B66E. Grayscale: #747474. Windows color (decimal): -4241007 or 9521599. OLE color: 9521599.

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

Color convert

RGB 191 73 145 -
CMYK 0 0.62 0.24 0.25
HSL 323.39º 0.48% 0.52% -
HSV(B) 323.39º 0.62% 0.75% -
XYZ 28.98 17.89 28.71 -
YUV 116.49 144.09 181.15 -
System Red Green Blue C M Y K H S L
Decimal 191 73 145 0 0.62 0.24 0.25 323.39 0.48 0.52
Hex BF 49 91 0 3E 18 19 143 30 34
Octal 277 111 221 0 76 30 31 503 60 64
Binary 10111111 1001001 10010001 0 111110 11000 11001 101000011 110000 110100

Color Harmonies of #BF4991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4991

Black with #BF4991

Text Example


Text Example

White with #BF4991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4991; }

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

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

background-color css

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

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

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

border-color css

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

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

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