Html Css Color HEX #BC599F Mulberry

📋 copy color: '#BC599F'

red 188 ◦ green 89 ◦ blue 159

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

Shades of Mulberry #BC599F

Tints of Mulberry #BC599F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 43.12%
G = 20.41%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC599F (or 0xBC599F) is known color: Mulberry. HEX triplet: BC, 59 and 9F. RGB value is (188,89,159). Sum of RGB (Red+Green+Blue) = 188+89+159=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC599F is #43A660. Grayscale: #7E7E7E. Windows color (decimal): -4433505 or 10443196. OLE color: 10443196.

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

Color convert

RGB 188 89 159 -
CMYK 0 0.53 0.15 0.26
HSL 317.58º 0.42% 0.54% -
HSV(B) 317.58º 0.53% 0.74% -
XYZ 30.57 20.34 35.12 -
YUV 126.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 188 89 159 0 0.53 0.15 0.26 317.58 0.42 0.54
Hex BC 59 9F 0 35 F 1A 13E 2A 36
Octal 274 131 237 0 65 17 32 476 52 66
Binary 10111100 1011001 10011111 0 110101 1111 11010 100111110 101010 110110

Color Harmonies of #BC599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC599F

Black with #BC599F

Text Example


Text Example

White with #BC599F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC599F; }

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

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

background-color css

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

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

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

border-color css

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

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

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