Html Css Color HEX #BC5C9C Mulberry

📋 copy color: '#BC5C9C'

red 188 ◦ green 92 ◦ blue 156

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

Shades of Mulberry #BC5C9C

Tints of Mulberry #BC5C9C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.1%

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

R = 43.12%
G = 21.1%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC5C9C (or 0xBC5C9C) is known color: Mulberry. HEX triplet: BC, 5C and 9C. RGB value is (188,92,156). Sum of RGB (Red+Green+Blue) = 188+92+156=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5C9C is #43A363. Grayscale: #7F7F7F. Windows color (decimal): -4432740 or 10247356. OLE color: 10247356.

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

Color convert

RGB 188 92 156 -
CMYK 0 0.51 0.17 0.26
HSL 320º 0.42% 0.55% -
HSV(B) 320º 0.51% 0.74% -
XYZ 30.57 20.75 33.85 -
YUV 128 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 188 92 156 0 0.51 0.17 0.26 320 0.42 0.55
Hex BC 5C 9C 0 33 11 1A 140 2A 37
Octal 274 134 234 0 63 21 32 500 52 67
Binary 10111100 1011100 10011100 0 110011 10001 11010 101000000 101010 110111

Color Harmonies of #BC5C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C9C

Black with #BC5C9C

Text Example


Text Example

White with #BC5C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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