Html Css Color HEX #BC4A90 Mulberry

📋 copy color: '#BC4A90'

red 188 ◦ green 74 ◦ blue 144

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

Shades of Mulberry #BC4A90

Tints of Mulberry #BC4A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 46.31%
G = 18.23%
B = 35.47%

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

#BC4A90 (or 0xBC4A90) is known color: Mulberry. HEX triplet: BC, 4A and 90. RGB value is (188,74,144). Sum of RGB (Red+Green+Blue) = 188+74+144=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4A90 is #43B56F. Grayscale: #737373. Windows color (decimal): -4437360 or 9456316. OLE color: 9456316.

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

Color convert

RGB 188 74 144 -
CMYK 0 0.61 0.23 0.26
HSL 323.16º 0.46% 0.51% -
HSV(B) 323.16º 0.61% 0.74% -
XYZ 28.22 17.6 28.3 -
YUV 116.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 188 74 144 0 0.61 0.23 0.26 323.16 0.46 0.51
Hex BC 4A 90 0 3D 17 1A 143 2E 33
Octal 274 112 220 0 75 27 32 503 56 63
Binary 10111100 1001010 10010000 0 111101 10111 11010 101000011 101110 110011

Color Harmonies of #BC4A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4A90

Black with #BC4A90

Text Example


Text Example

White with #BC4A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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