Html Css Color HEX #BF477F Mulberry

📋 copy color: '#BF477F'

red 191 ◦ green 71 ◦ blue 127

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

Shades of Mulberry #BF477F

Tints of Mulberry #BF477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.25%

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

R = 49.1%
G = 18.25%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF477F (or 0xBF477F) is known color: Mulberry. HEX triplet: BF, 47 and 7F. RGB value is (191,71,127). Sum of RGB (Red+Green+Blue) = 191+71+127=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF477F is #40B880. Grayscale: #717171. Windows color (decimal): -4241537 or 8341439. OLE color: 8341439.

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

Color convert

RGB 191 71 127 -
CMYK 0 0.63 0.34 0.25
HSL 332º 0.48% 0.51% -
HSV(B) 332º 0.63% 0.75% -
XYZ 27.57 17.12 21.93 -
YUV 113.26 135.76 183.45 -
System Red Green Blue C M Y K H S L
Decimal 191 71 127 0 0.63 0.34 0.25 332 0.48 0.51
Hex BF 47 7F 0 3F 22 19 14C 30 33
Octal 277 107 177 0 77 42 31 514 60 63
Binary 10111111 1000111 1111111 0 111111 100010 11001 101001100 110000 110011

Color Harmonies of #BF477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF477F

Black with #BF477F

Text Example


Text Example

White with #BF477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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