Html Css Color HEX #BC4191 Mulberry

📋 copy color: '#BC4191'

red 188 ◦ green 65 ◦ blue 145

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

Shades of Mulberry #BC4191

Tints of Mulberry #BC4191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.33%

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

R = 47.24%
G = 16.33%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC4191 (or 0xBC4191) is known color: Mulberry. HEX triplet: BC, 41 and 91. RGB value is (188,65,145). Sum of RGB (Red+Green+Blue) = 188+65+145=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4191 is #43BE6E. Grayscale: #6E6E6E. Windows color (decimal): -4439663 or 9519548. OLE color: 9519548.

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

Color convert

RGB 188 65 145 -
CMYK 0 0.65 0.23 0.26
HSL 320.98º 0.49% 0.5% -
HSV(B) 320.98º 0.65% 0.74% -
XYZ 27.74 16.52 28.51 -
YUV 110.9 147.25 183 -
System Red Green Blue C M Y K H S L
Decimal 188 65 145 0 0.65 0.23 0.26 320.98 0.49 0.5
Hex BC 41 91 0 41 17 1A 141 31 32
Octal 274 101 221 0 101 27 32 501 61 62
Binary 10111100 1000001 10010001 0 1000001 10111 11010 101000001 110001 110010

Color Harmonies of #BC4191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4191

Black with #BC4191

Text Example


Text Example

White with #BC4191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4191; }

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

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

background-color css

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

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

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

border-color css

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

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

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