Html Css Color HEX #BC4692 Mulberry

📋 copy color: '#BC4692'

red 188 ◦ green 70 ◦ blue 146

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

Shades of Mulberry #BC4692

Tints of Mulberry #BC4692

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.33%

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

R = 46.53%
G = 17.33%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC4692 (or 0xBC4692) is known color: Mulberry. HEX triplet: BC, 46 and 92. RGB value is (188,70,146). Sum of RGB (Red+Green+Blue) = 188+70+146=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4692 is #43B96D. Grayscale: #717171. Windows color (decimal): -4438382 or 9586364. OLE color: 9586364.

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

Color convert

RGB 188 70 146 -
CMYK 0 0.63 0.22 0.26
HSL 321.36º 0.47% 0.51% -
HSV(B) 321.36º 0.63% 0.74% -
XYZ 28.12 17.15 29.02 -
YUV 113.95 146.09 180.82 -
System Red Green Blue C M Y K H S L
Decimal 188 70 146 0 0.63 0.22 0.26 321.36 0.47 0.51
Hex BC 46 92 0 3F 16 1A 141 2F 33
Octal 274 106 222 0 77 26 32 501 57 63
Binary 10111100 1000110 10010010 0 111111 10110 11010 101000001 101111 110011

Color Harmonies of #BC4692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4692

Black with #BC4692

Text Example


Text Example

White with #BC4692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4692; }

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

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

background-color css

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

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

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

border-color css

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

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

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