Html Css Color HEX #BC5A98 Mulberry

📋 copy color: '#BC5A98'

red 188 ◦ green 90 ◦ blue 152

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

Shades of Mulberry #BC5A98

Tints of Mulberry #BC5A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.35%

R = 43.72%
G = 20.93%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC5A98 (or 0xBC5A98) is known color: Mulberry. HEX triplet: BC, 5A and 98. RGB value is (188,90,152). Sum of RGB (Red+Green+Blue) = 188+90+152=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5A98 is #43A567. Grayscale: #7E7E7E. Windows color (decimal): -4433256 or 9984700. OLE color: 9984700.

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

Color convert

RGB 188 90 152 -
CMYK 0 0.52 0.19 0.26
HSL 322.04º 0.42% 0.55% -
HSV(B) 322.04º 0.52% 0.74% -
XYZ 30.06 20.27 32.03 -
YUV 126.37 142.47 171.96 -
System Red Green Blue C M Y K H S L
Decimal 188 90 152 0 0.52 0.19 0.26 322.04 0.42 0.55
Hex BC 5A 98 0 34 13 1A 142 2A 37
Octal 274 132 230 0 64 23 32 502 52 67
Binary 10111100 1011010 10011000 0 110100 10011 11010 101000010 101010 110111

Color Harmonies of #BC5A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A98

Black with #BC5A98

Text Example


Text Example

White with #BC5A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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