Html Css Color HEX #BC488B Mulberry

📋 copy color: '#BC488B'

red 188 ◦ green 72 ◦ blue 139

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

Shades of Mulberry #BC488B

Tints of Mulberry #BC488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.05%

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

R = 47.12%
G = 18.05%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC488B (or 0xBC488B) is known color: Mulberry. HEX triplet: BC, 48 and 8B. RGB value is (188,72,139). Sum of RGB (Red+Green+Blue) = 188+72+139=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC488B is #43B774. Grayscale: #727272. Windows color (decimal): -4437877 or 9128124. OLE color: 9128124.

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

Color convert

RGB 188 72 139 -
CMYK 0 0.62 0.26 0.26
HSL 325.34º 0.46% 0.51% -
HSV(B) 325.34º 0.62% 0.74% -
XYZ 27.72 17.19 26.28 -
YUV 114.32 141.93 180.55 -
System Red Green Blue C M Y K H S L
Decimal 188 72 139 0 0.62 0.26 0.26 325.34 0.46 0.51
Hex BC 48 8B 0 3E 1A 1A 145 2E 33
Octal 274 110 213 0 76 32 32 505 56 63
Binary 10111100 1001000 10001011 0 111110 11010 11010 101000101 101110 110011

Color Harmonies of #BC488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC488B

Black with #BC488B

Text Example


Text Example

White with #BC488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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