Html Css Color HEX #BF5BA1 Mulberry

📋 copy color: '#BF5BA1'

red 191 ◦ green 91 ◦ blue 161

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

Shades of Mulberry #BF5BA1

Tints of Mulberry #BF5BA1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.54%

 BLUE value IS 161 (63.28% from 255) = 36.34%

R = 43.12%
G = 20.54%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF5BA1 (or 0xBF5BA1) is known color: Mulberry. HEX triplet: BF, 5B and A1. RGB value is (191,91,161). Sum of RGB (Red+Green+Blue) = 191+91+161=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5BA1 is #40A45E. Grayscale: #808080. Windows color (decimal): -4236383 or 10574783. OLE color: 10574783.

HSL color Cylindrical-coordinate representation of color #BF5BA1: hue angle of 318º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5BA1 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 91 161 -
CMYK 0 0.52 0.16 0.25
HSL 318º 0.44% 0.55% -
HSV(B) 318º 0.52% 0.75% -
XYZ 31.66 21.13 36.13 -
YUV 128.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 191 91 161 0 0.52 0.16 0.25 318 0.44 0.55
Hex BF 5B A1 0 34 10 19 13E 2C 37
Octal 277 133 241 0 64 20 31 476 54 67
Binary 10111111 1011011 10100001 0 110100 10000 11001 100111110 101100 110111

Color Harmonies of #BF5BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5BA1

Black with #BF5BA1

Text Example


Text Example

White with #BF5BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5BA1; }

 p { color: rgb(191,91,161); }

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

background-color css

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

 a { background-color: rgb(191,91,161); }

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

border-color css

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

 span { border-color: rgb(191,91,161); }

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