Html Css Color HEX #BC4A91 Mulberry

📋 copy color: '#BC4A91'

red 188 ◦ green 74 ◦ blue 145

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

Shades of Mulberry #BC4A91

Tints of Mulberry #BC4A91

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.18%

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

R = 46.19%
G = 18.18%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC4A91 (or 0xBC4A91) is known color: Mulberry. HEX triplet: BC, 4A and 91. RGB value is (188,74,145). Sum of RGB (Red+Green+Blue) = 188+74+145=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4A91 is #43B56E. Grayscale: #747474. Windows color (decimal): -4437359 or 9521852. OLE color: 9521852.

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

Color convert

RGB 188 74 145 -
CMYK 0 0.61 0.23 0.26
HSL 322.63º 0.46% 0.51% -
HSV(B) 322.63º 0.61% 0.74% -
XYZ 28.3 17.63 28.7 -
YUV 116.18 144.27 179.23 -
System Red Green Blue C M Y K H S L
Decimal 188 74 145 0 0.61 0.23 0.26 322.63 0.46 0.51
Hex BC 4A 91 0 3D 17 1A 143 2E 33
Octal 274 112 221 0 75 27 32 503 56 63
Binary 10111100 1001010 10010001 0 111101 10111 11010 101000011 101110 110011

Color Harmonies of #BC4A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4A91

Black with #BC4A91

Text Example


Text Example

White with #BC4A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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