Html Css Color HEX #BF5B9F Mulberry

📋 copy color: '#BF5B9F'

red 191 ◦ green 91 ◦ blue 159

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

Shades of Mulberry #BF5B9F

Tints of Mulberry #BF5B9F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.63%

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

R = 43.31%
G = 20.63%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF5B9F (or 0xBF5B9F) is known color: Mulberry. HEX triplet: BF, 5B and 9F. RGB value is (191,91,159). Sum of RGB (Red+Green+Blue) = 191+91+159=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5B9F is #40A460. Grayscale: #808080. Windows color (decimal): -4236385 or 10443711. OLE color: 10443711.

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

Color convert

RGB 191 91 159 -
CMYK 0 0.52 0.17 0.25
HSL 319.2º 0.44% 0.55% -
HSV(B) 319.2º 0.52% 0.75% -
XYZ 31.48 21.06 35.21 -
YUV 128.65 145.13 172.47 -
System Red Green Blue C M Y K H S L
Decimal 191 91 159 0 0.52 0.17 0.25 319.2 0.44 0.55
Hex BF 5B 9F 0 34 11 19 13F 2C 37
Octal 277 133 237 0 64 21 31 477 54 67
Binary 10111111 1011011 10011111 0 110100 10001 11001 100111111 101100 110111

Color Harmonies of #BF5B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5B9F

Black with #BF5B9F

Text Example


Text Example

White with #BF5B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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