Html Css Color HEX #BC54A2 Mulberry

📋 copy color: '#BC54A2'

red 188 ◦ green 84 ◦ blue 162

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

Shades of Mulberry #BC54A2

Tints of Mulberry #BC54A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.33%

R = 43.32%
G = 19.35%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC54A2 (or 0xBC54A2) is known color: Mulberry. HEX triplet: BC, 54 and A2. RGB value is (188,84,162). Sum of RGB (Red+Green+Blue) = 188+84+162=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC54A2 is #43AB5D. Grayscale: #7B7B7B. Windows color (decimal): -4434782 or 10638524. OLE color: 10638524.

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

Color convert

RGB 188 84 162 -
CMYK 0 0.55 0.14 0.26
HSL 315º 0.44% 0.53% -
HSV(B) 315º 0.55% 0.74% -
XYZ 30.43 19.64 36.37 -
YUV 123.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 188 84 162 0 0.55 0.14 0.26 315 0.44 0.53
Hex BC 54 A2 0 37 E 1A 13B 2C 35
Octal 274 124 242 0 67 16 32 473 54 65
Binary 10111100 1010100 10100010 0 110111 1110 11010 100111011 101100 110101

Color Harmonies of #BC54A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54A2

Black with #BC54A2

Text Example


Text Example

White with #BC54A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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