Html Css Color HEX #BF558C Mulberry

📋 copy color: '#BF558C'

red 191 ◦ green 85 ◦ blue 140

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

Shades of Mulberry #BF558C

Tints of Mulberry #BF558C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.65%

R = 45.91%
G = 20.43%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF558C (or 0xBF558C) is known color: Mulberry. HEX triplet: BF, 55 and 8C. RGB value is (191,85,140). Sum of RGB (Red+Green+Blue) = 191+85+140=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF558C is #40AA73. Grayscale: #7A7A7A. Windows color (decimal): -4237940 or 9196991. OLE color: 9196991.

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

Color convert

RGB 191 85 140 -
CMYK 0 0.55 0.27 0.25
HSL 328.87º 0.45% 0.54% -
HSV(B) 328.87º 0.55% 0.75% -
XYZ 29.47 19.47 27.02 -
YUV 122.96 137.62 176.53 -
System Red Green Blue C M Y K H S L
Decimal 191 85 140 0 0.55 0.27 0.25 328.87 0.45 0.54
Hex BF 55 8C 0 37 1B 19 149 2D 36
Octal 277 125 214 0 67 33 31 511 55 66
Binary 10111111 1010101 10001100 0 110111 11011 11001 101001001 101101 110110

Color Harmonies of #BF558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF558C

Black with #BF558C

Text Example


Text Example

White with #BF558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF558C; }

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

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

background-color css

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

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

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

border-color css

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

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

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