Html Css Color HEX #BC5E9C Mulberry

📋 copy color: '#BC5E9C'

red 188 ◦ green 94 ◦ blue 156

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

Shades of Mulberry #BC5E9C

Tints of Mulberry #BC5E9C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.46%

 BLUE value IS 156 (61.33% from 255) = 35.62%

R = 42.92%
G = 21.46%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC5E9C (or 0xBC5E9C) is known color: Mulberry. HEX triplet: BC, 5E and 9C. RGB value is (188,94,156). Sum of RGB (Red+Green+Blue) = 188+94+156=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5E9C is #43A163. Grayscale: #818181. Windows color (decimal): -4432228 or 10247868. OLE color: 10247868.

HSL color Cylindrical-coordinate representation of color #BC5E9C: hue angle of 320.43º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5E9C is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 94 156 -
CMYK 0 0.50 0.17 0.26
HSL 320.43º 0.41% 0.55% -
HSV(B) 320.43º 0.5% 0.74% -
XYZ 30.74 21.1 33.9 -
YUV 129.17 143.14 169.96 -
System Red Green Blue C M Y K H S L
Decimal 188 94 156 0 0.50 0.17 0.26 320.43 0.41 0.55
Hex BC 5E 9C 0 32 11 1A 140 29 37
Octal 274 136 234 0 62 21 32 500 51 67
Binary 10111100 1011110 10011100 0 110010 10001 11010 101000000 101001 110111

Color Harmonies of #BC5E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E9C

Black with #BC5E9C

Text Example


Text Example

White with #BC5E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E9C; }

 p { color: rgb(188,94,156); }

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

background-color css

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

 a { background-color: rgb(188,94,156); }

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

border-color css

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

 span { border-color: rgb(188,94,156); }

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