Html Css Color HEX #BF4E8D Mulberry

📋 copy color: '#BF4E8D'

red 191 ◦ green 78 ◦ blue 141

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

Shades of Mulberry #BF4E8D

Tints of Mulberry #BF4E8D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.02%

 BLUE value IS 141 (55.47% from 255) = 34.39%

R = 46.59%
G = 19.02%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF4E8D (or 0xBF4E8D) is known color: Mulberry. HEX triplet: BF, 4E and 8D. RGB value is (191,78,141). Sum of RGB (Red+Green+Blue) = 191+78+141=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4E8D is #40B172. Grayscale: #767676. Windows color (decimal): -4239731 or 9260735. OLE color: 9260735.

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

Color convert

RGB 191 78 141 -
CMYK 0 0.59 0.26 0.25
HSL 326.55º 0.47% 0.53% -
HSV(B) 326.55º 0.59% 0.75% -
XYZ 29.02 18.45 27.23 -
YUV 118.97 140.44 179.38 -
System Red Green Blue C M Y K H S L
Decimal 191 78 141 0 0.59 0.26 0.25 326.55 0.47 0.53
Hex BF 4E 8D 0 3B 1A 19 147 2F 35
Octal 277 116 215 0 73 32 31 507 57 65
Binary 10111111 1001110 10001101 0 111011 11010 11001 101000111 101111 110101

Color Harmonies of #BF4E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4E8D

Black with #BF4E8D

Text Example


Text Example

White with #BF4E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4E8D; }

 p { color: rgb(191,78,141); }

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

background-color css

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

 a { background-color: rgb(191,78,141); }

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

border-color css

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

 span { border-color: rgb(191,78,141); }

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