Html Css Color HEX #BC548B Mulberry

📋 copy color: '#BC548B'

red 188 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #BC548B

Tints of Mulberry #BC548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.44%

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

R = 45.74%
G = 20.44%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC548B (or 0xBC548B) is known color: Mulberry. HEX triplet: BC, 54 and 8B. RGB value is (188,84,139). Sum of RGB (Red+Green+Blue) = 188+84+139=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC548B is #43AB74. Grayscale: #797979. Windows color (decimal): -4434805 or 9131196. OLE color: 9131196.

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

Color convert

RGB 188 84 139 -
CMYK 0 0.55 0.26 0.26
HSL 328.27º 0.44% 0.53% -
HSV(B) 328.27º 0.55% 0.74% -
XYZ 28.57 18.9 26.57 -
YUV 121.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 188 84 139 0 0.55 0.26 0.26 328.27 0.44 0.53
Hex BC 54 8B 0 37 1A 1A 148 2C 35
Octal 274 124 213 0 67 32 32 510 54 65
Binary 10111100 1010100 10001011 0 110111 11010 11010 101001000 101100 110101

Color Harmonies of #BC548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC548B

Black with #BC548B

Text Example


Text Example

White with #BC548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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