Html Css Color HEX #BC4583 Mulberry

📋 copy color: '#BC4583'

red 188 ◦ green 69 ◦ blue 131

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

Shades of Mulberry #BC4583

Tints of Mulberry #BC4583

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.78%

 BLUE value IS 131 (51.56% from 255) = 33.76%

R = 48.45%
G = 17.78%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC4583 (or 0xBC4583) is known color: Mulberry. HEX triplet: BC, 45 and 83. RGB value is (188,69,131). Sum of RGB (Red+Green+Blue) = 188+69+131=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4583 is #43BA7C. Grayscale: #6F6F6F. Windows color (decimal): -4438653 or 8603068. OLE color: 8603068.

HSL color Cylindrical-coordinate representation of color #BC4583: hue angle of 328.74º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4583 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 69 131 -
CMYK 0 0.63 0.30 0.26
HSL 328.74º 0.47% 0.5% -
HSV(B) 328.74º 0.63% 0.74% -
XYZ 26.96 16.59 23.25 -
YUV 111.65 138.92 182.46 -
System Red Green Blue C M Y K H S L
Decimal 188 69 131 0 0.63 0.30 0.26 328.74 0.47 0.5
Hex BC 45 83 0 3F 1E 1A 149 2F 32
Octal 274 105 203 0 77 36 32 511 57 62
Binary 10111100 1000101 10000011 0 111111 11110 11010 101001001 101111 110010

Color Harmonies of #BC4583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4583

Black with #BC4583

Text Example


Text Example

White with #BC4583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4583; }

 p { color: rgb(188,69,131); }

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

background-color css

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

 a { background-color: rgb(188,69,131); }

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

border-color css

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

 span { border-color: rgb(188,69,131); }

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