Html Css Color HEX #BC4389 Mulberry

📋 copy color: '#BC4389'

red 188 ◦ green 67 ◦ blue 137

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

Shades of Mulberry #BC4389

Tints of Mulberry #BC4389

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.09%

 BLUE value IS 137 (53.91% from 255) = 34.95%

R = 47.96%
G = 17.09%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC4389 (or 0xBC4389) is known color: Mulberry. HEX triplet: BC, 43 and 89. RGB value is (188,67,137). Sum of RGB (Red+Green+Blue) = 188+67+137=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4389 is #43BC76. Grayscale: #6F6F6F. Windows color (decimal): -4439159 or 8995772. OLE color: 8995772.

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

Color convert

RGB 188 67 137 -
CMYK 0 0.64 0.27 0.26
HSL 325.29º 0.47% 0.5% -
HSV(B) 325.29º 0.64% 0.74% -
XYZ 27.26 16.51 25.42 -
YUV 111.16 142.59 182.81 -
System Red Green Blue C M Y K H S L
Decimal 188 67 137 0 0.64 0.27 0.26 325.29 0.47 0.5
Hex BC 43 89 0 40 1B 1A 145 2F 32
Octal 274 103 211 0 100 33 32 505 57 62
Binary 10111100 1000011 10001001 0 1000000 11011 11010 101000101 101111 110010

Color Harmonies of #BC4389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4389

Black with #BC4389

Text Example


Text Example

White with #BC4389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4389; }

 p { color: rgb(188,67,137); }

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

background-color css

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

 a { background-color: rgb(188,67,137); }

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

border-color css

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

 span { border-color: rgb(188,67,137); }

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