Html Css Color HEX #BF418D Mulberry

📋 copy color: '#BF418D'

red 191 ◦ green 65 ◦ blue 141

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

Shades of Mulberry #BF418D

Tints of Mulberry #BF418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.37%

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

R = 48.11%
G = 16.37%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF418D (or 0xBF418D) is known color: Mulberry. HEX triplet: BF, 41 and 8D. RGB value is (191,65,141). Sum of RGB (Red+Green+Blue) = 191+65+141=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF418D is #40BE72. Grayscale: #6F6F6F. Windows color (decimal): -4243059 or 9257407. OLE color: 9257407.

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

Color convert

RGB 191 65 141 -
CMYK 0 0.66 0.26 0.25
HSL 323.81º 0.5% 0.5% -
HSV(B) 323.81º 0.66% 0.75% -
XYZ 28.18 16.78 26.95 -
YUV 111.34 144.74 184.82 -
System Red Green Blue C M Y K H S L
Decimal 191 65 141 0 0.66 0.26 0.25 323.81 0.5 0.5
Hex BF 41 8D 0 42 1A 19 144 32 32
Octal 277 101 215 0 102 32 31 504 62 62
Binary 10111111 1000001 10001101 0 1000010 11010 11001 101000100 110010 110010

Color Harmonies of #BF418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF418D

Black with #BF418D

Text Example


Text Example

White with #BF418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF418D; }

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

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

background-color css

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

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

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

border-color css

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

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

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