Html Css Color HEX #BC4694 Mulberry

📋 copy color: '#BC4694'

red 188 ◦ green 70 ◦ blue 148

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

Shades of Mulberry #BC4694

Tints of Mulberry #BC4694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.45%

R = 46.31%
G = 17.24%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC4694 (or 0xBC4694) is known color: Mulberry. HEX triplet: BC, 46 and 94. RGB value is (188,70,148). Sum of RGB (Red+Green+Blue) = 188+70+148=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4694 is #43B96B. Grayscale: #717171. Windows color (decimal): -4438380 or 9717436. OLE color: 9717436.

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

Color convert

RGB 188 70 148 -
CMYK 0 0.63 0.21 0.26
HSL 320.34º 0.47% 0.51% -
HSV(B) 320.34º 0.63% 0.74% -
XYZ 28.27 17.21 29.85 -
YUV 114.17 147.09 180.66 -
System Red Green Blue C M Y K H S L
Decimal 188 70 148 0 0.63 0.21 0.26 320.34 0.47 0.51
Hex BC 46 94 0 3F 15 1A 140 2F 33
Octal 274 106 224 0 77 25 32 500 57 63
Binary 10111100 1000110 10010100 0 111111 10101 11010 101000000 101111 110011

Color Harmonies of #BC4694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4694

Black with #BC4694

Text Example


Text Example

White with #BC4694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4694; }

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

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

background-color css

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

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

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

border-color css

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

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

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