Html Css Color HEX #BF4DA1 Mulberry

📋 copy color: '#BF4DA1'

red 191 ◦ green 77 ◦ blue 161

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

Shades of Mulberry #BF4DA1

Tints of Mulberry #BF4DA1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.95%

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

R = 44.52%
G = 17.95%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF4DA1 (or 0xBF4DA1) is known color: Mulberry. HEX triplet: BF, 4D and A1. RGB value is (191,77,161). Sum of RGB (Red+Green+Blue) = 191+77+161=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4DA1 is #40B25E. Grayscale: #787878. Windows color (decimal): -4239967 or 10571199. OLE color: 10571199.

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

Color convert

RGB 191 77 161 -
CMYK 0 0.60 0.16 0.25
HSL 315.79º 0.47% 0.53% -
HSV(B) 315.79º 0.6% 0.75% -
XYZ 30.57 18.96 35.77 -
YUV 120.66 150.77 178.17 -
System Red Green Blue C M Y K H S L
Decimal 191 77 161 0 0.60 0.16 0.25 315.79 0.47 0.53
Hex BF 4D A1 0 3C 10 19 13C 2F 35
Octal 277 115 241 0 74 20 31 474 57 65
Binary 10111111 1001101 10100001 0 111100 10000 11001 100111100 101111 110101

Color Harmonies of #BF4DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4DA1

Black with #BF4DA1

Text Example


Text Example

White with #BF4DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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