Html Css Color HEX #BF47A1 Mulberry

📋 copy color: '#BF47A1'

red 191 ◦ green 71 ◦ blue 161

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

Shades of Mulberry #BF47A1

Tints of Mulberry #BF47A1

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.78%

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

R = 45.15%
G = 16.78%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF47A1 (or 0xBF47A1) is known color: Mulberry. HEX triplet: BF, 47 and A1. RGB value is (191,71,161). Sum of RGB (Red+Green+Blue) = 191+71+161=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF47A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF47A1 is #40B85E. Grayscale: #747474. Windows color (decimal): -4241503 or 10569663. OLE color: 10569663.

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

Color convert

RGB 191 71 161 -
CMYK 0 0.63 0.16 0.25
HSL 315º 0.48% 0.51% -
HSV(B) 315º 0.63% 0.75% -
XYZ 30.17 18.16 35.63 -
YUV 117.14 152.76 180.68 -
System Red Green Blue C M Y K H S L
Decimal 191 71 161 0 0.63 0.16 0.25 315 0.48 0.51
Hex BF 47 A1 0 3F 10 19 13B 30 33
Octal 277 107 241 0 77 20 31 473 60 63
Binary 10111111 1000111 10100001 0 111111 10000 11001 100111011 110000 110011

Color Harmonies of #BF47A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF47A1

Black with #BF47A1

Text Example


Text Example

White with #BF47A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF47A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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