Html Css Color HEX #BF4D7F Mulberry

📋 copy color: '#BF4D7F'

red 191 ◦ green 77 ◦ blue 127

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

Shades of Mulberry #BF4D7F

Tints of Mulberry #BF4D7F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.49%

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

R = 48.35%
G = 19.49%
B = 32.15%

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

#BF4D7F (or 0xBF4D7F) is known color: Mulberry. HEX triplet: BF, 4D and 7F. RGB value is (191,77,127). Sum of RGB (Red+Green+Blue) = 191+77+127=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D7F is #40B280. Grayscale: #747474. Windows color (decimal): -4240001 or 8342975. OLE color: 8342975.

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

Color convert

RGB 191 77 127 -
CMYK 0 0.60 0.34 0.25
HSL 333.68º 0.47% 0.53% -
HSV(B) 333.68º 0.6% 0.75% -
XYZ 27.97 17.92 22.06 -
YUV 116.79 133.77 180.93 -
System Red Green Blue C M Y K H S L
Decimal 191 77 127 0 0.60 0.34 0.25 333.68 0.47 0.53
Hex BF 4D 7F 0 3C 22 19 14E 2F 35
Octal 277 115 177 0 74 42 31 516 57 65
Binary 10111111 1001101 1111111 0 111100 100010 11001 101001110 101111 110101

Color Harmonies of #BF4D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4D7F

Black with #BF4D7F

Text Example


Text Example

White with #BF4D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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