Html Css Color HEX #BF5D9B Mulberry

📋 copy color: '#BF5D9B'

red 191 ◦ green 93 ◦ blue 155

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

Shades of Mulberry #BF5D9B

Tints of Mulberry #BF5D9B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.18%

 BLUE value IS 155 (60.94% from 255) = 35.31%

R = 43.51%
G = 21.18%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF5D9B (or 0xBF5D9B) is known color: Mulberry. HEX triplet: BF, 5D and 9B. RGB value is (191,93,155). Sum of RGB (Red+Green+Blue) = 191+93+155=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5D9B is #40A264. Grayscale: #818181. Windows color (decimal): -4235877 or 10182079. OLE color: 10182079.

HSL color Cylindrical-coordinate representation of color #BF5D9B: hue angle of 322.04º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5D9B is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 93 155 -
CMYK 0 0.51 0.19 0.25
HSL 322.04º 0.43% 0.56% -
HSV(B) 322.04º 0.51% 0.75% -
XYZ 31.32 21.27 33.47 -
YUV 129.37 142.47 171.96 -
System Red Green Blue C M Y K H S L
Decimal 191 93 155 0 0.51 0.19 0.25 322.04 0.43 0.56
Hex BF 5D 9B 0 33 13 19 142 2B 38
Octal 277 135 233 0 63 23 31 502 53 70
Binary 10111111 1011101 10011011 0 110011 10011 11001 101000010 101011 111000

Color Harmonies of #BF5D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5D9B

Black with #BF5D9B

Text Example


Text Example

White with #BF5D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5D9B; }

 p { color: rgb(191,93,155); }

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

background-color css

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

 a { background-color: rgb(191,93,155); }

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

border-color css

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

 span { border-color: rgb(191,93,155); }

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