Html Css Color HEX #BF4987 Mulberry

📋 copy color: '#BF4987'

red 191 ◦ green 73 ◦ blue 135

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

Shades of Mulberry #BF4987

Tints of Mulberry #BF4987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.83%

R = 47.87%
G = 18.3%
B = 33.83%

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

#BF4987 (or 0xBF4987) is known color: Mulberry. HEX triplet: BF, 49 and 87. RGB value is (191,73,135). Sum of RGB (Red+Green+Blue) = 191+73+135=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4987 is #40B678. Grayscale: #737373. Windows color (decimal): -4241017 or 8866239. OLE color: 8866239.

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

Color convert

RGB 191 73 135 -
CMYK 0 0.62 0.29 0.25
HSL 328.47º 0.48% 0.52% -
HSV(B) 328.47º 0.62% 0.75% -
XYZ 28.24 17.59 24.83 -
YUV 115.35 139.09 181.96 -
System Red Green Blue C M Y K H S L
Decimal 191 73 135 0 0.62 0.29 0.25 328.47 0.48 0.52
Hex BF 49 87 0 3E 1D 19 148 30 34
Octal 277 111 207 0 76 35 31 510 60 64
Binary 10111111 1001001 10000111 0 111110 11101 11001 101001000 110000 110100

Color Harmonies of #BF4987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4987

Black with #BF4987

Text Example


Text Example

White with #BF4987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4987; }

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

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

background-color css

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

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

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

border-color css

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

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

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