Html Css Color HEX #BF529B Mulberry

📋 copy color: '#BF529B'

red 191 ◦ green 82 ◦ blue 155

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

Shades of Mulberry #BF529B

Tints of Mulberry #BF529B

RGB

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

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

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

R = 44.63%
G = 19.16%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF529B (or 0xBF529B) is known color: Mulberry. HEX triplet: BF, 52 and 9B. RGB value is (191,82,155). Sum of RGB (Red+Green+Blue) = 191+82+155=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF529B is #40AD64. Grayscale: #7A7A7A. Windows color (decimal): -4238693 or 10179263. OLE color: 10179263.

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

Color convert

RGB 191 82 155 -
CMYK 0 0.57 0.19 0.25
HSL 319.82º 0.46% 0.54% -
HSV(B) 319.82º 0.57% 0.75% -
XYZ 30.42 19.48 33.17 -
YUV 122.91 146.11 176.56 -
System Red Green Blue C M Y K H S L
Decimal 191 82 155 0 0.57 0.19 0.25 319.82 0.46 0.54
Hex BF 52 9B 0 39 13 19 140 2E 36
Octal 277 122 233 0 71 23 31 500 56 66
Binary 10111111 1010010 10011011 0 111001 10011 11001 101000000 101110 110110

Color Harmonies of #BF529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF529B

Black with #BF529B

Text Example


Text Example

White with #BF529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF529B; }

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

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

background-color css

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

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

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

border-color css

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

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

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