Html Css Color HEX #BF5183 Mulberry

📋 copy color: '#BF5183'

red 191 ◦ green 81 ◦ blue 131

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

Shades of Mulberry #BF5183

Tints of Mulberry #BF5183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.51%

R = 47.39%
G = 20.1%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF5183 (or 0xBF5183) is known color: Mulberry. HEX triplet: BF, 51 and 83. RGB value is (191,81,131). Sum of RGB (Red+Green+Blue) = 191+81+131=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5183 is #40AE7C. Grayscale: #777777. Windows color (decimal): -4238973 or 8606143. OLE color: 8606143.

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

Color convert

RGB 191 81 131 -
CMYK 0 0.58 0.31 0.25
HSL 332.73º 0.46% 0.53% -
HSV(B) 332.73º 0.58% 0.75% -
XYZ 28.53 18.6 23.56 -
YUV 119.59 134.44 178.93 -
System Red Green Blue C M Y K H S L
Decimal 191 81 131 0 0.58 0.31 0.25 332.73 0.46 0.53
Hex BF 51 83 0 3A 1F 19 14D 2E 35
Octal 277 121 203 0 72 37 31 515 56 65
Binary 10111111 1010001 10000011 0 111010 11111 11001 101001101 101110 110101

Color Harmonies of #BF5183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5183

Black with #BF5183

Text Example


Text Example

White with #BF5183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5183; }

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

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

background-color css

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

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

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

border-color css

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

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

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