Html Css Color HEX #BC46A3 Mulberry

📋 copy color: '#BC46A3'

red 188 ◦ green 70 ◦ blue 163

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

Shades of Mulberry #BC46A3

Tints of Mulberry #BC46A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.72%

R = 44.66%
G = 16.63%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC46A3 (or 0xBC46A3) is known color: Mulberry. HEX triplet: BC, 46 and A3. RGB value is (188,70,163). Sum of RGB (Red+Green+Blue) = 188+70+163=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC46A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC46A3 is #43B95C. Grayscale: #737373. Windows color (decimal): -4438365 or 10700476. OLE color: 10700476.

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

Color convert

RGB 188 70 163 -
CMYK 0 0.63 0.13 0.26
HSL 312.71º 0.47% 0.51% -
HSV(B) 312.71º 0.63% 0.74% -
XYZ 29.54 17.72 36.51 -
YUV 115.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 188 70 163 0 0.63 0.13 0.26 312.71 0.47 0.51
Hex BC 46 A3 0 3F D 1A 139 2F 33
Octal 274 106 243 0 77 15 32 471 57 63
Binary 10111100 1000110 10100011 0 111111 1101 11010 100111001 101111 110011

Color Harmonies of #BC46A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46A3

Black with #BC46A3

Text Example


Text Example

White with #BC46A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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