Html Css Color HEX #BC599B Mulberry

📋 copy color: '#BC599B'

red 188 ◦ green 89 ◦ blue 155

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

Shades of Mulberry #BC599B

Tints of Mulberry #BC599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 43.52%
G = 20.6%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC599B (or 0xBC599B) is known color: Mulberry. HEX triplet: BC, 59 and 9B. RGB value is (188,89,155). Sum of RGB (Red+Green+Blue) = 188+89+155=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC599B is #43A664. Grayscale: #7D7D7D. Windows color (decimal): -4433509 or 10181052. OLE color: 10181052.

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

Color convert

RGB 188 89 155 -
CMYK 0 0.53 0.18 0.26
HSL 320º 0.42% 0.54% -
HSV(B) 320º 0.53% 0.74% -
XYZ 30.23 20.2 33.32 -
YUV 126.13 144.3 172.13 -
System Red Green Blue C M Y K H S L
Decimal 188 89 155 0 0.53 0.18 0.26 320 0.42 0.54
Hex BC 59 9B 0 35 12 1A 140 2A 36
Octal 274 131 233 0 65 22 32 500 52 66
Binary 10111100 1011001 10011011 0 110101 10010 11010 101000000 101010 110110

Color Harmonies of #BC599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC599B

Black with #BC599B

Text Example


Text Example

White with #BC599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC599B; }

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

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

background-color css

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

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

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

border-color css

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

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

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