Html Css Color HEX #BF559C Mulberry

📋 copy color: '#BF559C'

red 191 ◦ green 85 ◦ blue 156

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

Shades of Mulberry #BF559C

Tints of Mulberry #BF559C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.11%

R = 44.21%
G = 19.68%
B = 36.11%

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

#BF559C (or 0xBF559C) is known color: Mulberry. HEX triplet: BF, 55 and 9C. RGB value is (191,85,156). Sum of RGB (Red+Green+Blue) = 191+85+156=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF559C is #40AA63. Grayscale: #7C7C7C. Windows color (decimal): -4237924 or 10245567. OLE color: 10245567.

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

Color convert

RGB 191 85 156 -
CMYK 0 0.55 0.18 0.25
HSL 319.81º 0.45% 0.54% -
HSV(B) 319.81º 0.55% 0.75% -
XYZ 30.74 19.97 33.69 -
YUV 124.79 145.62 175.23 -
System Red Green Blue C M Y K H S L
Decimal 191 85 156 0 0.55 0.18 0.25 319.81 0.45 0.54
Hex BF 55 9C 0 37 12 19 140 2D 36
Octal 277 125 234 0 67 22 31 500 55 66
Binary 10111111 1010101 10011100 0 110111 10010 11001 101000000 101101 110110

Color Harmonies of #BF559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF559C

Black with #BF559C

Text Example


Text Example

White with #BF559C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF559C; }

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

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

background-color css

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

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

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

border-color css

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

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

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