Html Css Color HEX #BC53A2 Mulberry

📋 copy color: '#BC53A2'

red 188 ◦ green 83 ◦ blue 162

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

Shades of Mulberry #BC53A2

Tints of Mulberry #BC53A2

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.17%

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

R = 43.42%
G = 19.17%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC53A2 (or 0xBC53A2) is known color: Mulberry. HEX triplet: BC, 53 and A2. RGB value is (188,83,162). Sum of RGB (Red+Green+Blue) = 188+83+162=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC53A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC53A2 is #43AC5D. Grayscale: #7B7B7B. Windows color (decimal): -4435038 or 10638268. OLE color: 10638268.

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

Color convert

RGB 188 83 162 -
CMYK 0 0.56 0.14 0.26
HSL 314.86º 0.44% 0.53% -
HSV(B) 314.86º 0.56% 0.74% -
XYZ 30.35 19.49 36.34 -
YUV 123.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 188 83 162 0 0.56 0.14 0.26 314.86 0.44 0.53
Hex BC 53 A2 0 38 E 1A 13B 2C 35
Octal 274 123 242 0 70 16 32 473 54 65
Binary 10111100 1010011 10100010 0 111000 1110 11010 100111011 101100 110101

Color Harmonies of #BC53A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC53A2

Black with #BC53A2

Text Example


Text Example

White with #BC53A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC53A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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