Html Css Color HEX #BF528B Mulberry

📋 copy color: '#BF528B'

red 191 ◦ green 82 ◦ blue 139

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

Shades of Mulberry #BF528B

Tints of Mulberry #BF528B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.74%

R = 46.36%
G = 19.9%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF528B (or 0xBF528B) is known color: Mulberry. HEX triplet: BF, 52 and 8B. RGB value is (191,82,139). Sum of RGB (Red+Green+Blue) = 191+82+139=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF528B is #40AD74. Grayscale: #787878. Windows color (decimal): -4238709 or 9130687. OLE color: 9130687.

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

Color convert

RGB 191 82 139 -
CMYK 0 0.57 0.27 0.25
HSL 328.62º 0.46% 0.54% -
HSV(B) 328.62º 0.57% 0.75% -
XYZ 29.16 18.98 26.55 -
YUV 121.09 138.11 177.87 -
System Red Green Blue C M Y K H S L
Decimal 191 82 139 0 0.57 0.27 0.25 328.62 0.46 0.54
Hex BF 52 8B 0 39 1B 19 149 2E 36
Octal 277 122 213 0 71 33 31 511 56 66
Binary 10111111 1010010 10001011 0 111001 11011 11001 101001001 101110 110110

Color Harmonies of #BF528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF528B

Black with #BF528B

Text Example


Text Example

White with #BF528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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