Html Css Color HEX #BC508F Mulberry

📋 copy color: '#BC508F'

red 188 ◦ green 80 ◦ blue 143

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

Shades of Mulberry #BC508F

Tints of Mulberry #BC508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.79%

R = 45.74%
G = 19.46%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC508F (or 0xBC508F) is known color: Mulberry. HEX triplet: BC, 50 and 8F. RGB value is (188,80,143). Sum of RGB (Red+Green+Blue) = 188+80+143=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC508F is #43AF70. Grayscale: #777777. Windows color (decimal): -4435825 or 9392316. OLE color: 9392316.

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

Color convert

RGB 188 80 143 -
CMYK 0 0.57 0.24 0.26
HSL 325º 0.45% 0.53% -
HSV(B) 325º 0.57% 0.74% -
XYZ 28.57 18.41 28.03 -
YUV 119.47 141.28 176.88 -
System Red Green Blue C M Y K H S L
Decimal 188 80 143 0 0.57 0.24 0.26 325 0.45 0.53
Hex BC 50 8F 0 39 18 1A 145 2D 35
Octal 274 120 217 0 71 30 32 505 55 65
Binary 10111100 1010000 10001111 0 111001 11000 11010 101000101 101101 110101

Color Harmonies of #BC508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC508F

Black with #BC508F

Text Example


Text Example

White with #BC508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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