Html Css Color HEX #BF529F Mulberry

📋 copy color: '#BF529F'

red 191 ◦ green 82 ◦ blue 159

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

Shades of Mulberry #BF529F

Tints of Mulberry #BF529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.98%

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

R = 44.21%
G = 18.98%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF529F (or 0xBF529F) is known color: Mulberry. HEX triplet: BF, 52 and 9F. RGB value is (191,82,159). Sum of RGB (Red+Green+Blue) = 191+82+159=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF529F is #40AD60. Grayscale: #7B7B7B. Windows color (decimal): -4238689 or 10441407. OLE color: 10441407.

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

Color convert

RGB 191 82 159 -
CMYK 0 0.57 0.17 0.25
HSL 317.61º 0.46% 0.54% -
HSV(B) 317.61º 0.57% 0.75% -
XYZ 30.76 19.61 34.97 -
YUV 123.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 191 82 159 0 0.57 0.17 0.25 317.61 0.46 0.54
Hex BF 52 9F 0 39 11 19 13E 2E 36
Octal 277 122 237 0 71 21 31 476 56 66
Binary 10111111 1010010 10011111 0 111001 10001 11001 100111110 101110 110110

Color Harmonies of #BF529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF529F

Black with #BF529F

Text Example


Text Example

White with #BF529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF529F; }

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

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

background-color css

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

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

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

border-color css

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

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

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