Html Css Color HEX #BF53A1 Mulberry

📋 copy color: '#BF53A1'

red 191 ◦ green 83 ◦ blue 161

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

Shades of Mulberry #BF53A1

Tints of Mulberry #BF53A1

RGB

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

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

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

R = 43.91%
G = 19.08%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF53A1 (or 0xBF53A1) is known color: Mulberry. HEX triplet: BF, 53 and A1. RGB value is (191,83,161). Sum of RGB (Red+Green+Blue) = 191+83+161=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF53A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF53A1 is #40AC5E. Grayscale: #7B7B7B. Windows color (decimal): -4238431 or 10572735. OLE color: 10572735.

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

Color convert

RGB 191 83 161 -
CMYK 0 0.57 0.16 0.25
HSL 316.67º 0.46% 0.54% -
HSV(B) 316.67º 0.57% 0.75% -
XYZ 31.01 19.84 35.91 -
YUV 124.18 148.78 175.66 -
System Red Green Blue C M Y K H S L
Decimal 191 83 161 0 0.57 0.16 0.25 316.67 0.46 0.54
Hex BF 53 A1 0 39 10 19 13D 2E 36
Octal 277 123 241 0 71 20 31 475 56 66
Binary 10111111 1010011 10100001 0 111001 10000 11001 100111101 101110 110110

Color Harmonies of #BF53A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF53A1

Black with #BF53A1

Text Example


Text Example

White with #BF53A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF53A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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