Html Css Color HEX #BF4BA1 Mulberry

📋 copy color: '#BF4BA1'

red 191 ◦ green 75 ◦ blue 161

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

Shades of Mulberry #BF4BA1

Tints of Mulberry #BF4BA1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.56%

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

R = 44.73%
G = 17.56%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF4BA1 (or 0xBF4BA1) is known color: Mulberry. HEX triplet: BF, 4B and A1. RGB value is (191,75,161). Sum of RGB (Red+Green+Blue) = 191+75+161=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4BA1 is #40B45E. Grayscale: #777777. Windows color (decimal): -4240479 or 10570687. OLE color: 10570687.

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

Color convert

RGB 191 75 161 -
CMYK 0 0.61 0.16 0.25
HSL 315.52º 0.48% 0.52% -
HSV(B) 315.52º 0.61% 0.75% -
XYZ 30.43 18.68 35.72 -
YUV 119.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 191 75 161 0 0.61 0.16 0.25 315.52 0.48 0.52
Hex BF 4B A1 0 3D 10 19 13C 30 34
Octal 277 113 241 0 75 20 31 474 60 64
Binary 10111111 1001011 10100001 0 111101 10000 11001 100111100 110000 110100

Color Harmonies of #BF4BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4BA1

Black with #BF4BA1

Text Example


Text Example

White with #BF4BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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