Html Css Color HEX #BC589A Mulberry

📋 copy color: '#BC589A'

red 188 ◦ green 88 ◦ blue 154

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

Shades of Mulberry #BC589A

Tints of Mulberry #BC589A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.47%

 BLUE value IS 154 (60.55% from 255) = 35.81%

R = 43.72%
G = 20.47%
B = 35.81%

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

#BC589A (or 0xBC589A) is known color: Mulberry. HEX triplet: BC, 58 and 9A. RGB value is (188,88,154). Sum of RGB (Red+Green+Blue) = 188+88+154=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC589A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC589A is #43A765. Grayscale: #7D7D7D. Windows color (decimal): -4433766 or 10115260. OLE color: 10115260.

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

Color convert

RGB 188 88 154 -
CMYK 0 0.53 0.18 0.26
HSL 320.4º 0.43% 0.54% -
HSV(B) 320.4º 0.53% 0.74% -
XYZ 30.06 20 32.85 -
YUV 125.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 188 88 154 0 0.53 0.18 0.26 320.4 0.43 0.54
Hex BC 58 9A 0 35 12 1A 140 2B 36
Octal 274 130 232 0 65 22 32 500 53 66
Binary 10111100 1011000 10011010 0 110101 10010 11010 101000000 101011 110110

Color Harmonies of #BC589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC589A

Black with #BC589A

Text Example


Text Example

White with #BC589A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC589A; }

 p { color: rgb(188,88,154); }

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

background-color css

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

 a { background-color: rgb(188,88,154); }

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

border-color css

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

 span { border-color: rgb(188,88,154); }

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