Html Css Color HEX #BC4687 Mulberry

📋 copy color: '#BC4687'

red 188 ◦ green 70 ◦ blue 135

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

Shades of Mulberry #BC4687

Tints of Mulberry #BC4687

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.81%

 BLUE value IS 135 (53.13% from 255) = 34.35%

R = 47.84%
G = 17.81%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC4687 (or 0xBC4687) is known color: Mulberry. HEX triplet: BC, 46 and 87. RGB value is (188,70,135). Sum of RGB (Red+Green+Blue) = 188+70+135=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4687 is #43B978. Grayscale: #707070. Windows color (decimal): -4438393 or 8865468. OLE color: 8865468.

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

Color convert

RGB 188 70 135 -
CMYK 0 0.63 0.28 0.26
HSL 326.95º 0.47% 0.51% -
HSV(B) 326.95º 0.63% 0.74% -
XYZ 27.3 16.82 24.73 -
YUV 112.69 140.59 181.71 -
System Red Green Blue C M Y K H S L
Decimal 188 70 135 0 0.63 0.28 0.26 326.95 0.47 0.51
Hex BC 46 87 0 3F 1C 1A 147 2F 33
Octal 274 106 207 0 77 34 32 507 57 63
Binary 10111100 1000110 10000111 0 111111 11100 11010 101000111 101111 110011

Color Harmonies of #BC4687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4687

Black with #BC4687

Text Example


Text Example

White with #BC4687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4687; }

 p { color: rgb(188,70,135); }

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

background-color css

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

 a { background-color: rgb(188,70,135); }

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

border-color css

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

 span { border-color: rgb(188,70,135); }

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