Html Css Color HEX #BF559E Mulberry

📋 copy color: '#BF559E'

red 191 ◦ green 85 ◦ blue 158

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

Shades of Mulberry #BF559E

Tints of Mulberry #BF559E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.41%

R = 44.01%
G = 19.59%
B = 36.41%

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

#BF559E (or 0xBF559E) is known color: Mulberry. HEX triplet: BF, 55 and 9E. RGB value is (191,85,158). Sum of RGB (Red+Green+Blue) = 191+85+158=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF559E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF559E is #40AA61. Grayscale: #7C7C7C. Windows color (decimal): -4237922 or 10376639. OLE color: 10376639.

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

Color convert

RGB 191 85 158 -
CMYK 0 0.55 0.17 0.25
HSL 318.68º 0.45% 0.54% -
HSV(B) 318.68º 0.55% 0.75% -
XYZ 30.91 20.04 34.59 -
YUV 125.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 191 85 158 0 0.55 0.17 0.25 318.68 0.45 0.54
Hex BF 55 9E 0 37 11 19 13F 2D 36
Octal 277 125 236 0 67 21 31 477 55 66
Binary 10111111 1010101 10011110 0 110111 10001 11001 100111111 101101 110110

Color Harmonies of #BF559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF559E

Black with #BF559E

Text Example


Text Example

White with #BF559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF559E; }

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

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

background-color css

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

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

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

border-color css

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

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

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