Html Css Color HEX #BC5792 Mulberry

📋 copy color: '#BC5792'

red 188 ◦ green 87 ◦ blue 146

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

Shades of Mulberry #BC5792

Tints of Mulberry #BC5792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.67%

 BLUE value IS 146 (57.42% from 255) = 34.68%

R = 44.66%
G = 20.67%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC5792 (or 0xBC5792) is known color: Mulberry. HEX triplet: BC, 57 and 92. RGB value is (188,87,146). Sum of RGB (Red+Green+Blue) = 188+87+146=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5792 is #43A86D. Grayscale: #7B7B7B. Windows color (decimal): -4434030 or 9590716. OLE color: 9590716.

HSL color Cylindrical-coordinate representation of color #BC5792: hue angle of 324.95º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC5792 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 87 146 -
CMYK 0 0.54 0.22 0.26
HSL 324.95º 0.43% 0.54% -
HSV(B) 324.95º 0.54% 0.74% -
XYZ 29.34 19.58 29.43 -
YUV 123.93 140.46 173.7 -
System Red Green Blue C M Y K H S L
Decimal 188 87 146 0 0.54 0.22 0.26 324.95 0.43 0.54
Hex BC 57 92 0 36 16 1A 145 2B 36
Octal 274 127 222 0 66 26 32 505 53 66
Binary 10111100 1010111 10010010 0 110110 10110 11010 101000101 101011 110110

Color Harmonies of #BC5792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5792

Black with #BC5792

Text Example


Text Example

White with #BC5792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5792; }

 p { color: rgb(188,87,146); }

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

background-color css

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

 a { background-color: rgb(188,87,146); }

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

border-color css

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

 span { border-color: rgb(188,87,146); }

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