Html Css Color HEX #BF559F Mulberry

📋 copy color: '#BF559F'

red 191 ◦ green 85 ◦ blue 159

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

Shades of Mulberry #BF559F

Tints of Mulberry #BF559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.54%

 BLUE value IS 159 (62.5% from 255) = 36.55%

R = 43.91%
G = 19.54%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF559F (or 0xBF559F) is known color: Mulberry. HEX triplet: BF, 55 and 9F. RGB value is (191,85,159). Sum of RGB (Red+Green+Blue) = 191+85+159=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF559F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF559F is #40AA60. Grayscale: #7C7C7C. Windows color (decimal): -4237921 or 10442175. OLE color: 10442175.

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

Color convert

RGB 191 85 159 -
CMYK 0 0.55 0.17 0.25
HSL 318.11º 0.45% 0.54% -
HSV(B) 318.11º 0.55% 0.75% -
XYZ 30.99 20.08 35.04 -
YUV 125.13 147.12 174.98 -
System Red Green Blue C M Y K H S L
Decimal 191 85 159 0 0.55 0.17 0.25 318.11 0.45 0.54
Hex BF 55 9F 0 37 11 19 13E 2D 36
Octal 277 125 237 0 67 21 31 476 55 66
Binary 10111111 1010101 10011111 0 110111 10001 11001 100111110 101101 110110

Color Harmonies of #BF559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF559F

Black with #BF559F

Text Example


Text Example

White with #BF559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF559F; }

 p { color: rgb(191,85,159); }

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

background-color css

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

 a { background-color: rgb(191,85,159); }

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

border-color css

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

 span { border-color: rgb(191,85,159); }

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