Html Css Color HEX #BC4092 Mulberry

📋 copy color: '#BC4092'

red 188 ◦ green 64 ◦ blue 146

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

Shades of Mulberry #BC4092

Tints of Mulberry #BC4092

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.08%

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

R = 47.24%
G = 16.08%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC4092 (or 0xBC4092) is known color: Mulberry. HEX triplet: BC, 40 and 92. RGB value is (188,64,146). Sum of RGB (Red+Green+Blue) = 188+64+146=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4092 is #43BF6D. Grayscale: #6E6E6E. Windows color (decimal): -4439918 or 9584828. OLE color: 9584828.

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

Color convert

RGB 188 64 146 -
CMYK 0 0.66 0.22 0.26
HSL 320.32º 0.49% 0.49% -
HSV(B) 320.32º 0.66% 0.74% -
XYZ 27.76 16.43 28.9 -
YUV 110.42 148.08 183.33 -
System Red Green Blue C M Y K H S L
Decimal 188 64 146 0 0.66 0.22 0.26 320.32 0.49 0.49
Hex BC 40 92 0 42 16 1A 140 31 31
Octal 274 100 222 0 102 26 32 500 61 61
Binary 10111100 1000000 10010010 0 1000010 10110 11010 101000000 110001 110001

Color Harmonies of #BC4092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4092

Black with #BC4092

Text Example


Text Example

White with #BC4092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4092; }

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

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

background-color css

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

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

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

border-color css

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

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

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