Html Css Color HEX #BF4D81 Mulberry

📋 copy color: '#BF4D81'

red 191 ◦ green 77 ◦ blue 129

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

Shades of Mulberry #BF4D81

Tints of Mulberry #BF4D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.49%

R = 48.11%
G = 19.4%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF4D81 (or 0xBF4D81) is known color: Mulberry. HEX triplet: BF, 4D and 81. RGB value is (191,77,129). Sum of RGB (Red+Green+Blue) = 191+77+129=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D81 is #40B27E. Grayscale: #747474. Windows color (decimal): -4239999 or 8474047. OLE color: 8474047.

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

Color convert

RGB 191 77 129 -
CMYK 0 0.60 0.32 0.25
HSL 332.63º 0.47% 0.53% -
HSV(B) 332.63º 0.6% 0.75% -
XYZ 28.1 17.97 22.76 -
YUV 117.01 134.77 180.77 -
System Red Green Blue C M Y K H S L
Decimal 191 77 129 0 0.60 0.32 0.25 332.63 0.47 0.53
Hex BF 4D 81 0 3C 20 19 14D 2F 35
Octal 277 115 201 0 74 40 31 515 57 65
Binary 10111111 1001101 10000001 0 111100 100000 11001 101001101 101111 110101

Color Harmonies of #BF4D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4D81

Black with #BF4D81

Text Example


Text Example

White with #BF4D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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