Html Css Color HEX #BC54A3 Mulberry

📋 copy color: '#BC54A3'

red 188 ◦ green 84 ◦ blue 163

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

Shades of Mulberry #BC54A3

Tints of Mulberry #BC54A3

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.31%

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

R = 43.22%
G = 19.31%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC54A3 (or 0xBC54A3) is known color: Mulberry. HEX triplet: BC, 54 and A3. RGB value is (188,84,163). Sum of RGB (Red+Green+Blue) = 188+84+163=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC54A3 is #43AB5C. Grayscale: #7B7B7B. Windows color (decimal): -4434781 or 10704060. OLE color: 10704060.

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

Color convert

RGB 188 84 163 -
CMYK 0 0.55 0.13 0.26
HSL 314.42º 0.44% 0.53% -
HSV(B) 314.42º 0.55% 0.74% -
XYZ 30.52 19.68 36.84 -
YUV 124.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 188 84 163 0 0.55 0.13 0.26 314.42 0.44 0.53
Hex BC 54 A3 0 37 D 1A 13A 2C 35
Octal 274 124 243 0 67 15 32 472 54 65
Binary 10111100 1010100 10100011 0 110111 1101 11010 100111010 101100 110101

Color Harmonies of #BC54A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54A3

Black with #BC54A3

Text Example


Text Example

White with #BC54A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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