Html Css Color HEX #BF5182 Mulberry

📋 copy color: '#BF5182'

red 191 ◦ green 81 ◦ blue 130

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

Shades of Mulberry #BF5182

Tints of Mulberry #BF5182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.34%

R = 47.51%
G = 20.15%
B = 32.34%

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

#BF5182 (or 0xBF5182) is known color: Mulberry. HEX triplet: BF, 51 and 82. RGB value is (191,81,130). Sum of RGB (Red+Green+Blue) = 191+81+130=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5182 is #40AE7D. Grayscale: #777777. Windows color (decimal): -4238974 or 8540607. OLE color: 8540607.

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

Color convert

RGB 191 81 130 -
CMYK 0 0.58 0.32 0.25
HSL 333.27º 0.46% 0.53% -
HSV(B) 333.27º 0.58% 0.75% -
XYZ 28.46 18.57 23.2 -
YUV 119.48 133.94 179.02 -
System Red Green Blue C M Y K H S L
Decimal 191 81 130 0 0.58 0.32 0.25 333.27 0.46 0.53
Hex BF 51 82 0 3A 20 19 14D 2E 35
Octal 277 121 202 0 72 40 31 515 56 65
Binary 10111111 1010001 10000010 0 111010 100000 11001 101001101 101110 110101

Color Harmonies of #BF5182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5182

Black with #BF5182

Text Example


Text Example

White with #BF5182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5182; }

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

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

background-color css

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

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

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

border-color css

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

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

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