Html Css Color HEX #BF4D85 Mulberry

📋 copy color: '#BF4D85'

red 191 ◦ green 77 ◦ blue 133

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

Shades of Mulberry #BF4D85

Tints of Mulberry #BF4D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.17%

R = 47.63%
G = 19.2%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF4D85 (or 0xBF4D85) is known color: Mulberry. HEX triplet: BF, 4D and 85. RGB value is (191,77,133). Sum of RGB (Red+Green+Blue) = 191+77+133=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D85 is #40B27A. Grayscale: #757575. Windows color (decimal): -4239995 or 8736191. OLE color: 8736191.

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

Color convert

RGB 191 77 133 -
CMYK 0 0.60 0.30 0.25
HSL 330.53º 0.47% 0.53% -
HSV(B) 330.53º 0.6% 0.75% -
XYZ 28.37 18.08 24.18 -
YUV 117.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 191 77 133 0 0.60 0.30 0.25 330.53 0.47 0.53
Hex BF 4D 85 0 3C 1E 19 14B 2F 35
Octal 277 115 205 0 74 36 31 513 57 65
Binary 10111111 1001101 10000101 0 111100 11110 11001 101001011 101111 110101

Color Harmonies of #BF4D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4D85

Black with #BF4D85

Text Example


Text Example

White with #BF4D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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