Html Css Color HEX #BC47A3 Mulberry

📋 copy color: '#BC47A3'

red 188 ◦ green 71 ◦ blue 163

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

Shades of Mulberry #BC47A3

Tints of Mulberry #BC47A3

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.82%

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

R = 44.55%
G = 16.82%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC47A3 (or 0xBC47A3) is known color: Mulberry. HEX triplet: BC, 47 and A3. RGB value is (188,71,163). Sum of RGB (Red+Green+Blue) = 188+71+163=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC47A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC47A3 is #43B85C. Grayscale: #747474. Windows color (decimal): -4438109 or 10700732. OLE color: 10700732.

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

Color convert

RGB 188 71 163 -
CMYK 0 0.62 0.13 0.26
HSL 312.82º 0.47% 0.51% -
HSV(B) 312.82º 0.62% 0.74% -
XYZ 29.6 17.84 36.53 -
YUV 116.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 188 71 163 0 0.62 0.13 0.26 312.82 0.47 0.51
Hex BC 47 A3 0 3E D 1A 139 2F 33
Octal 274 107 243 0 76 15 32 471 57 63
Binary 10111100 1000111 10100011 0 111110 1101 11010 100111001 101111 110011

Color Harmonies of #BC47A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC47A3

Black with #BC47A3

Text Example


Text Example

White with #BC47A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC47A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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