Html Css Color HEX #BF4C7F Mulberry

📋 copy color: '#BF4C7F'

red 191 ◦ green 76 ◦ blue 127

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

Shades of Mulberry #BF4C7F

Tints of Mulberry #BF4C7F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.29%

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

R = 48.48%
G = 19.29%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF4C7F (or 0xBF4C7F) is known color: Mulberry. HEX triplet: BF, 4C and 7F. RGB value is (191,76,127). Sum of RGB (Red+Green+Blue) = 191+76+127=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4C7F is #40B380. Grayscale: #747474. Windows color (decimal): -4240257 or 8342719. OLE color: 8342719.

HSL color Cylindrical-coordinate representation of color #BF4C7F: hue angle of 333.39º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4C7F is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 76 127 -
CMYK 0 0.60 0.34 0.25
HSL 333.39º 0.47% 0.52% -
HSV(B) 333.39º 0.6% 0.75% -
XYZ 27.9 17.78 22.04 -
YUV 116.2 134.1 181.35 -
System Red Green Blue C M Y K H S L
Decimal 191 76 127 0 0.60 0.34 0.25 333.39 0.47 0.52
Hex BF 4C 7F 0 3C 22 19 14D 2F 34
Octal 277 114 177 0 74 42 31 515 57 64
Binary 10111111 1001100 1111111 0 111100 100010 11001 101001101 101111 110100

Color Harmonies of #BF4C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C7F

Black with #BF4C7F

Text Example


Text Example

White with #BF4C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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