Html Css Color HEX #BC509C Mulberry

📋 copy color: '#BC509C'

red 188 ◦ green 80 ◦ blue 156

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

Shades of Mulberry #BC509C

Tints of Mulberry #BC509C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.87%

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

R = 44.34%
G = 18.87%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC509C (or 0xBC509C) is known color: Mulberry. HEX triplet: BC, 50 and 9C. RGB value is (188,80,156). Sum of RGB (Red+Green+Blue) = 188+80+156=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC509C is #43AF63. Grayscale: #787878. Windows color (decimal): -4435812 or 10244284. OLE color: 10244284.

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

Color convert

RGB 188 80 156 -
CMYK 0 0.57 0.17 0.26
HSL 317.78º 0.45% 0.53% -
HSV(B) 317.78º 0.57% 0.74% -
XYZ 29.61 18.83 33.53 -
YUV 120.96 147.78 175.82 -
System Red Green Blue C M Y K H S L
Decimal 188 80 156 0 0.57 0.17 0.26 317.78 0.45 0.53
Hex BC 50 9C 0 39 11 1A 13E 2D 35
Octal 274 120 234 0 71 21 32 476 55 65
Binary 10111100 1010000 10011100 0 111001 10001 11010 100111110 101101 110101

Color Harmonies of #BC509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC509C

Black with #BC509C

Text Example


Text Example

White with #BC509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC509C; }

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

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

background-color css

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

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

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

border-color css

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

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

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