Html Css Color HEX #BF5181 Mulberry

📋 copy color: '#BF5181'

red 191 ◦ green 81 ◦ blue 129

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

Shades of Mulberry #BF5181

Tints of Mulberry #BF5181

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.2%

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

R = 47.63%
G = 20.2%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF5181 (or 0xBF5181) is known color: Mulberry. HEX triplet: BF, 51 and 81. RGB value is (191,81,129). Sum of RGB (Red+Green+Blue) = 191+81+129=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5181 is #40AE7E. Grayscale: #777777. Windows color (decimal): -4238975 or 8475071. OLE color: 8475071.

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

Color convert

RGB 191 81 129 -
CMYK 0 0.58 0.32 0.25
HSL 333.82º 0.46% 0.53% -
HSV(B) 333.82º 0.58% 0.75% -
XYZ 28.39 18.55 22.85 -
YUV 119.36 133.44 179.1 -
System Red Green Blue C M Y K H S L
Decimal 191 81 129 0 0.58 0.32 0.25 333.82 0.46 0.53
Hex BF 51 81 0 3A 20 19 14E 2E 35
Octal 277 121 201 0 72 40 31 516 56 65
Binary 10111111 1010001 10000001 0 111010 100000 11001 101001110 101110 110101

Color Harmonies of #BF5181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5181

Black with #BF5181

Text Example


Text Example

White with #BF5181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5181; }

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

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

background-color css

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

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

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

border-color css

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

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

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