Html Css Color HEX #BC489E Mulberry

📋 copy color: '#BC489E'

red 188 ◦ green 72 ◦ blue 158

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

Shades of Mulberry #BC489E

Tints of Mulberry #BC489E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.22%

 BLUE value IS 158 (62.11% from 255) = 37.8%

R = 44.98%
G = 17.22%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC489E (or 0xBC489E) is known color: Mulberry. HEX triplet: BC, 48 and 9E. RGB value is (188,72,158). Sum of RGB (Red+Green+Blue) = 188+72+158=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC489E is #43B761. Grayscale: #747474. Windows color (decimal): -4437858 or 10373308. OLE color: 10373308.

HSL color Cylindrical-coordinate representation of color #BC489E: hue angle of 315.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC489E is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 72 158 -
CMYK 0 0.62 0.16 0.26
HSL 315.52º 0.46% 0.51% -
HSV(B) 315.52º 0.62% 0.74% -
XYZ 29.23 17.79 34.24 -
YUV 116.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 188 72 158 0 0.62 0.16 0.26 315.52 0.46 0.51
Hex BC 48 9E 0 3E 10 1A 13C 2E 33
Octal 274 110 236 0 76 20 32 474 56 63
Binary 10111100 1001000 10011110 0 111110 10000 11010 100111100 101110 110011

Color Harmonies of #BC489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC489E

Black with #BC489E

Text Example


Text Example

White with #BC489E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC489E; }

 p { color: rgb(188,72,158); }

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

background-color css

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

 a { background-color: rgb(188,72,158); }

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

border-color css

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

 span { border-color: rgb(188,72,158); }

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