Html Css Color HEX #BC528E Mulberry

📋 copy color: '#BC528E'

red 188 ◦ green 82 ◦ blue 142

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

Shades of Mulberry #BC528E

Tints of Mulberry #BC528E

RGB

 RED value IS 188 (73.83% from 255) = 45.63%

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

 BLUE value IS 142 (55.86% from 255) = 34.47%

R = 45.63%
G = 19.9%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC528E (or 0xBC528E) is known color: Mulberry. HEX triplet: BC, 52 and 8E. RGB value is (188,82,142). Sum of RGB (Red+Green+Blue) = 188+82+142=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC528E is #43AD71. Grayscale: #787878. Windows color (decimal): -4435314 or 9327292. OLE color: 9327292.

HSL color Cylindrical-coordinate representation of color #BC528E: hue angle of 326.04º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC528E is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 82 142 -
CMYK 0 0.56 0.24 0.26
HSL 326.04º 0.44% 0.53% -
HSV(B) 326.04º 0.56% 0.74% -
XYZ 28.64 18.68 27.69 -
YUV 120.53 140.12 176.12 -
System Red Green Blue C M Y K H S L
Decimal 188 82 142 0 0.56 0.24 0.26 326.04 0.44 0.53
Hex BC 52 8E 0 38 18 1A 146 2C 35
Octal 274 122 216 0 70 30 32 506 54 65
Binary 10111100 1010010 10001110 0 111000 11000 11010 101000110 101100 110101

Color Harmonies of #BC528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC528E

Black with #BC528E

Text Example


Text Example

White with #BC528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC528E; }

 p { color: rgb(188,82,142); }

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

background-color css

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

 a { background-color: rgb(188,82,142); }

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

border-color css

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

 span { border-color: rgb(188,82,142); }

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