Html Css Color HEX #BF58A1 Mulberry

📋 copy color: '#BF58A1'

red 191 ◦ green 88 ◦ blue 161

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

Shades of Mulberry #BF58A1

Tints of Mulberry #BF58A1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20%

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

R = 43.41%
G = 20%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF58A1 (or 0xBF58A1) is known color: Mulberry. HEX triplet: BF, 58 and A1. RGB value is (191,88,161). Sum of RGB (Red+Green+Blue) = 191+88+161=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF58A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF58A1 is #40A75E. Grayscale: #7E7E7E. Windows color (decimal): -4237151 or 10574015. OLE color: 10574015.

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

Color convert

RGB 191 88 161 -
CMYK 0 0.54 0.16 0.25
HSL 317.48º 0.45% 0.55% -
HSV(B) 317.48º 0.54% 0.75% -
XYZ 31.41 20.63 36.04 -
YUV 127.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 191 88 161 0 0.54 0.16 0.25 317.48 0.45 0.55
Hex BF 58 A1 0 36 10 19 13D 2D 37
Octal 277 130 241 0 66 20 31 475 55 67
Binary 10111111 1011000 10100001 0 110110 10000 11001 100111101 101101 110111

Color Harmonies of #BF58A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF58A1

Black with #BF58A1

Text Example


Text Example

White with #BF58A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF58A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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