Html Css Color HEX #BF529D Mulberry

📋 copy color: '#BF529D'

red 191 ◦ green 82 ◦ blue 157

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

Shades of Mulberry #BF529D

Tints of Mulberry #BF529D

RGB

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

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

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

R = 44.42%
G = 19.07%
B = 36.51%

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

#BF529D (or 0xBF529D) is known color: Mulberry. HEX triplet: BF, 52 and 9D. RGB value is (191,82,157). Sum of RGB (Red+Green+Blue) = 191+82+157=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF529D is #40AD62. Grayscale: #7A7A7A. Windows color (decimal): -4238691 or 10310335. OLE color: 10310335.

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

Color convert

RGB 191 82 157 -
CMYK 0 0.57 0.18 0.25
HSL 318.72º 0.46% 0.54% -
HSV(B) 318.72º 0.57% 0.75% -
XYZ 30.59 19.55 34.06 -
YUV 123.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 191 82 157 0 0.57 0.18 0.25 318.72 0.46 0.54
Hex BF 52 9D 0 39 12 19 13F 2E 36
Octal 277 122 235 0 71 22 31 477 56 66
Binary 10111111 1010010 10011101 0 111001 10010 11001 100111111 101110 110110

Color Harmonies of #BF529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF529D

Black with #BF529D

Text Example


Text Example

White with #BF529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF529D; }

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

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

background-color css

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

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

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

border-color css

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

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

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