Html Css Color HEX #BF539D Mulberry

📋 copy color: '#BF539D'

red 191 ◦ green 83 ◦ blue 157

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

Shades of Mulberry #BF539D

Tints of Mulberry #BF539D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.26%

 BLUE value IS 157 (61.72% from 255) = 36.43%

R = 44.32%
G = 19.26%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF539D (or 0xBF539D) is known color: Mulberry. HEX triplet: BF, 53 and 9D. RGB value is (191,83,157). Sum of RGB (Red+Green+Blue) = 191+83+157=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF539D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF539D is #40AC62. Grayscale: #7B7B7B. Windows color (decimal): -4238435 or 10310591. OLE color: 10310591.

HSL color Cylindrical-coordinate representation of color #BF539D: hue angle of 318.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF539D is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 83 157 -
CMYK 0 0.57 0.18 0.25
HSL 318.89º 0.46% 0.54% -
HSV(B) 318.89º 0.57% 0.75% -
XYZ 30.66 19.7 34.08 -
YUV 123.73 146.78 175.98 -
System Red Green Blue C M Y K H S L
Decimal 191 83 157 0 0.57 0.18 0.25 318.89 0.46 0.54
Hex BF 53 9D 0 39 12 19 13F 2E 36
Octal 277 123 235 0 71 22 31 477 56 66
Binary 10111111 1010011 10011101 0 111001 10010 11001 100111111 101110 110110

Color Harmonies of #BF539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF539D

Black with #BF539D

Text Example


Text Example

White with #BF539D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF539D; }

 p { color: rgb(191,83,157); }

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

background-color css

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

 a { background-color: rgb(191,83,157); }

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

border-color css

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

 span { border-color: rgb(191,83,157); }

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