Html Css Color HEX #BF5790 Mulberry

📋 copy color: '#BF5790'

red 191 ◦ green 87 ◦ blue 144

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

Shades of Mulberry #BF5790

Tints of Mulberry #BF5790

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.62%

 BLUE value IS 144 (56.64% from 255) = 34.12%

R = 45.26%
G = 20.62%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF5790 (or 0xBF5790) is known color: Mulberry. HEX triplet: BF, 57 and 90. RGB value is (191,87,144). Sum of RGB (Red+Green+Blue) = 191+87+144=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5790 is #40A86F. Grayscale: #7C7C7C. Windows color (decimal): -4237424 or 9459647. OLE color: 9459647.

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

Color convert

RGB 191 87 144 -
CMYK 0 0.54 0.25 0.25
HSL 327.12º 0.45% 0.55% -
HSV(B) 327.12º 0.54% 0.75% -
XYZ 29.93 19.91 28.65 -
YUV 124.59 138.96 175.37 -
System Red Green Blue C M Y K H S L
Decimal 191 87 144 0 0.54 0.25 0.25 327.12 0.45 0.55
Hex BF 57 90 0 36 19 19 147 2D 37
Octal 277 127 220 0 66 31 31 507 55 67
Binary 10111111 1010111 10010000 0 110110 11001 11001 101000111 101101 110111

Color Harmonies of #BF5790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5790

Black with #BF5790

Text Example


Text Example

White with #BF5790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5790; }

 p { color: rgb(191,87,144); }

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

background-color css

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

 a { background-color: rgb(191,87,144); }

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

border-color css

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

 span { border-color: rgb(191,87,144); }

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