Html Css Color HEX #BF5391 Mulberry

📋 copy color: '#BF5391'

red 191 ◦ green 83 ◦ blue 145

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

Shades of Mulberry #BF5391

Tints of Mulberry #BF5391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.81%

 BLUE value IS 145 (57.03% from 255) = 34.61%

R = 45.58%
G = 19.81%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF5391 (or 0xBF5391) is known color: Mulberry. HEX triplet: BF, 53 and 91. RGB value is (191,83,145). Sum of RGB (Red+Green+Blue) = 191+83+145=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5391 is #40AC6E. Grayscale: #7A7A7A. Windows color (decimal): -4238447 or 9524159. OLE color: 9524159.

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

Color convert

RGB 191 83 145 -
CMYK 0 0.57 0.24 0.25
HSL 325.56º 0.46% 0.54% -
HSV(B) 325.56º 0.57% 0.75% -
XYZ 29.69 19.31 28.95 -
YUV 122.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 191 83 145 0 0.57 0.24 0.25 325.56 0.46 0.54
Hex BF 53 91 0 39 18 19 146 2E 36
Octal 277 123 221 0 71 30 31 506 56 66
Binary 10111111 1010011 10010001 0 111001 11000 11001 101000110 101110 110110

Color Harmonies of #BF5391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5391

Black with #BF5391

Text Example


Text Example

White with #BF5391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5391; }

 p { color: rgb(191,83,145); }

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

background-color css

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

 a { background-color: rgb(191,83,145); }

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

border-color css

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

 span { border-color: rgb(191,83,145); }

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