Html Css Color HEX #BC4391 Mulberry

📋 copy color: '#BC4391'

red 188 ◦ green 67 ◦ blue 145

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

Shades of Mulberry #BC4391

Tints of Mulberry #BC4391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.25%

R = 47%
G = 16.75%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC4391 (or 0xBC4391) is known color: Mulberry. HEX triplet: BC, 43 and 91. RGB value is (188,67,145). Sum of RGB (Red+Green+Blue) = 188+67+145=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4391 is #43BC6E. Grayscale: #6F6F6F. Windows color (decimal): -4439151 or 9520060. OLE color: 9520060.

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

Color convert

RGB 188 67 145 -
CMYK 0 0.64 0.23 0.26
HSL 321.32º 0.47% 0.5% -
HSV(B) 321.32º 0.64% 0.74% -
XYZ 27.86 16.75 28.55 -
YUV 112.07 146.59 182.16 -
System Red Green Blue C M Y K H S L
Decimal 188 67 145 0 0.64 0.23 0.26 321.32 0.47 0.5
Hex BC 43 91 0 40 17 1A 141 2F 32
Octal 274 103 221 0 100 27 32 501 57 62
Binary 10111100 1000011 10010001 0 1000000 10111 11010 101000001 101111 110010

Color Harmonies of #BC4391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4391

Black with #BC4391

Text Example


Text Example

White with #BC4391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4391; }

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

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

background-color css

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

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

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

border-color css

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

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

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