Html Css Color HEX #BC598A Mulberry

📋 copy color: '#BC598A'

red 188 ◦ green 89 ◦ blue 138

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

Shades of Mulberry #BC598A

Tints of Mulberry #BC598A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.45%

 BLUE value IS 138 (54.3% from 255) = 33.25%

R = 45.3%
G = 21.45%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC598A (or 0xBC598A) is known color: Mulberry. HEX triplet: BC, 59 and 8A. RGB value is (188,89,138). Sum of RGB (Red+Green+Blue) = 188+89+138=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC598A is #43A675. Grayscale: #7C7C7C. Windows color (decimal): -4433526 or 9066940. OLE color: 9066940.

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

Color convert

RGB 188 89 138 -
CMYK 0 0.53 0.27 0.26
HSL 330.3º 0.42% 0.54% -
HSV(B) 330.3º 0.53% 0.74% -
XYZ 28.9 19.67 26.32 -
YUV 124.19 135.8 173.52 -
System Red Green Blue C M Y K H S L
Decimal 188 89 138 0 0.53 0.27 0.26 330.3 0.42 0.54
Hex BC 59 8A 0 35 1B 1A 14A 2A 36
Octal 274 131 212 0 65 33 32 512 52 66
Binary 10111100 1011001 10001010 0 110101 11011 11010 101001010 101010 110110

Color Harmonies of #BC598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC598A

Black with #BC598A

Text Example


Text Example

White with #BC598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC598A; }

 p { color: rgb(188,89,138); }

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

background-color css

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

 a { background-color: rgb(188,89,138); }

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

border-color css

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

 span { border-color: rgb(188,89,138); }

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