Html Css Color HEX #BC5A90 Mulberry

📋 copy color: '#BC5A90'

red 188 ◦ green 90 ◦ blue 144

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

Shades of Mulberry #BC5A90

Tints of Mulberry #BC5A90

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.33%

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

R = 44.55%
G = 21.33%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC5A90 (or 0xBC5A90) is known color: Mulberry. HEX triplet: BC, 5A and 90. RGB value is (188,90,144). Sum of RGB (Red+Green+Blue) = 188+90+144=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5A90 is #43A56F. Grayscale: #7D7D7D. Windows color (decimal): -4433264 or 9460412. OLE color: 9460412.

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

Color convert

RGB 188 90 144 -
CMYK 0 0.52 0.23 0.26
HSL 326.94º 0.42% 0.55% -
HSV(B) 326.94º 0.52% 0.74% -
XYZ 29.43 20.02 28.7 -
YUV 125.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 188 90 144 0 0.52 0.23 0.26 326.94 0.42 0.55
Hex BC 5A 90 0 34 17 1A 147 2A 37
Octal 274 132 220 0 64 27 32 507 52 67
Binary 10111100 1011010 10010000 0 110100 10111 11010 101000111 101010 110111

Color Harmonies of #BC5A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A90

Black with #BC5A90

Text Example


Text Example

White with #BC5A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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