Html Css Color HEX #BC528B Mulberry

📋 copy color: '#BC528B'

red 188 ◦ green 82 ◦ blue 139

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

Shades of Mulberry #BC528B

Tints of Mulberry #BC528B

RGB

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

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

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

R = 45.97%
G = 20.05%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC528B (or 0xBC528B) is known color: Mulberry. HEX triplet: BC, 52 and 8B. RGB value is (188,82,139). Sum of RGB (Red+Green+Blue) = 188+82+139=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC528B is #43AD74. Grayscale: #787878. Windows color (decimal): -4435317 or 9130684. OLE color: 9130684.

HSL color Cylindrical-coordinate representation of color #BC528B: hue angle of 327.74º 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 #BC528B is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 82 139 -
CMYK 0 0.56 0.26 0.26
HSL 327.74º 0.44% 0.53% -
HSV(B) 327.74º 0.56% 0.74% -
XYZ 28.42 18.59 26.52 -
YUV 120.19 138.62 176.37 -
System Red Green Blue C M Y K H S L
Decimal 188 82 139 0 0.56 0.26 0.26 327.74 0.44 0.53
Hex BC 52 8B 0 38 1A 1A 148 2C 35
Octal 274 122 213 0 70 32 32 510 54 65
Binary 10111100 1010010 10001011 0 111000 11010 11010 101001000 101100 110101

Color Harmonies of #BC528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC528B

Black with #BC528B

Text Example


Text Example

White with #BC528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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