Html Css Color HEX #BF559D Mulberry

📋 copy color: '#BF559D'

red 191 ◦ green 85 ◦ blue 157

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

Shades of Mulberry #BF559D

Tints of Mulberry #BF559D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.26%

R = 44.11%
G = 19.63%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF559D (or 0xBF559D) is known color: Mulberry. HEX triplet: BF, 55 and 9D. RGB value is (191,85,157). Sum of RGB (Red+Green+Blue) = 191+85+157=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF559D is #40AA62. Grayscale: #7C7C7C. Windows color (decimal): -4237923 or 10311103. OLE color: 10311103.

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

Color convert

RGB 191 85 157 -
CMYK 0 0.55 0.18 0.25
HSL 319.25º 0.45% 0.54% -
HSV(B) 319.25º 0.55% 0.75% -
XYZ 30.82 20.01 34.14 -
YUV 124.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 191 85 157 0 0.55 0.18 0.25 319.25 0.45 0.54
Hex BF 55 9D 0 37 12 19 13F 2D 36
Octal 277 125 235 0 67 22 31 477 55 66
Binary 10111111 1010101 10011101 0 110111 10010 11001 100111111 101101 110110

Color Harmonies of #BF559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF559D

Black with #BF559D

Text Example


Text Example

White with #BF559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF559D; }

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

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

background-color css

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

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

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

border-color css

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

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

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