Html Css Color HEX #BF5AA1 Mulberry

📋 copy color: '#BF5AA1'

red 191 ◦ green 90 ◦ blue 161

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

Shades of Mulberry #BF5AA1

Tints of Mulberry #BF5AA1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.36%

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

R = 43.21%
G = 20.36%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF5AA1 (or 0xBF5AA1) is known color: Mulberry. HEX triplet: BF, 5A and A1. RGB value is (191,90,161). Sum of RGB (Red+Green+Blue) = 191+90+161=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5AA1 is #40A55E. Grayscale: #808080. Windows color (decimal): -4236639 or 10574527. OLE color: 10574527.

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

Color convert

RGB 191 90 161 -
CMYK 0 0.53 0.16 0.25
HSL 317.82º 0.44% 0.55% -
HSV(B) 317.82º 0.53% 0.75% -
XYZ 31.58 20.96 36.1 -
YUV 128.29 146.46 172.73 -
System Red Green Blue C M Y K H S L
Decimal 191 90 161 0 0.53 0.16 0.25 317.82 0.44 0.55
Hex BF 5A A1 0 35 10 19 13E 2C 37
Octal 277 132 241 0 65 20 31 476 54 67
Binary 10111111 1011010 10100001 0 110101 10000 11001 100111110 101100 110111

Color Harmonies of #BF5AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5AA1

Black with #BF5AA1

Text Example


Text Example

White with #BF5AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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