Html Css Color HEX #BC508D Mulberry

📋 copy color: '#BC508D'

red 188 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #BC508D

Tints of Mulberry #BC508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 45.97%
G = 19.56%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC508D (or 0xBC508D) is known color: Mulberry. HEX triplet: BC, 50 and 8D. RGB value is (188,80,141). Sum of RGB (Red+Green+Blue) = 188+80+141=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC508D is #43AF72. Grayscale: #777777. Windows color (decimal): -4435827 or 9261244. OLE color: 9261244.

HSL color Cylindrical-coordinate representation of color #BC508D: hue angle of 326.11º 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 #BC508D is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 80 141 -
CMYK 0 0.57 0.25 0.26
HSL 326.11º 0.45% 0.53% -
HSV(B) 326.11º 0.57% 0.74% -
XYZ 28.42 18.35 27.24 -
YUV 119.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 188 80 141 0 0.57 0.25 0.26 326.11 0.45 0.53
Hex BC 50 8D 0 39 19 1A 146 2D 35
Octal 274 120 215 0 71 31 32 506 55 65
Binary 10111100 1010000 10001101 0 111001 11001 11010 101000110 101101 110101

Color Harmonies of #BC508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC508D

Black with #BC508D

Text Example


Text Example

White with #BC508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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