Html Css Color HEX #BF487F Mulberry

📋 copy color: '#BF487F'

red 191 ◦ green 72 ◦ blue 127

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

Shades of Mulberry #BF487F

Tints of Mulberry #BF487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.46%

 BLUE value IS 127 (50% from 255) = 32.56%

R = 48.97%
G = 18.46%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF487F (or 0xBF487F) is known color: Mulberry. HEX triplet: BF, 48 and 7F. RGB value is (191,72,127). Sum of RGB (Red+Green+Blue) = 191+72+127=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF487F is #40B780. Grayscale: #717171. Windows color (decimal): -4241281 or 8341695. OLE color: 8341695.

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

Color convert

RGB 191 72 127 -
CMYK 0 0.62 0.34 0.25
HSL 332.27º 0.48% 0.52% -
HSV(B) 332.27º 0.62% 0.75% -
XYZ 27.63 17.24 21.95 -
YUV 113.85 135.42 183.03 -
System Red Green Blue C M Y K H S L
Decimal 191 72 127 0 0.62 0.34 0.25 332.27 0.48 0.52
Hex BF 48 7F 0 3E 22 19 14C 30 34
Octal 277 110 177 0 76 42 31 514 60 64
Binary 10111111 1001000 1111111 0 111110 100010 11001 101001100 110000 110100

Color Harmonies of #BF487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF487F

Black with #BF487F

Text Example


Text Example

White with #BF487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF487F; }

 p { color: rgb(191,72,127); }

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

background-color css

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

 a { background-color: rgb(191,72,127); }

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

border-color css

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

 span { border-color: rgb(191,72,127); }

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