Html Css Color HEX #BC52A2 Mulberry

📋 copy color: '#BC52A2'

red 188 ◦ green 82 ◦ blue 162

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

Shades of Mulberry #BC52A2

Tints of Mulberry #BC52A2

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.98%

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

R = 43.52%
G = 18.98%
B = 37.5%

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

#BC52A2 (or 0xBC52A2) is known color: Mulberry. HEX triplet: BC, 52 and A2. RGB value is (188,82,162). Sum of RGB (Red+Green+Blue) = 188+82+162=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC52A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC52A2 is #43AD5D. Grayscale: #7A7A7A. Windows color (decimal): -4435294 or 10638012. OLE color: 10638012.

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

Color convert

RGB 188 82 162 -
CMYK 0 0.56 0.14 0.26
HSL 314.72º 0.44% 0.53% -
HSV(B) 314.72º 0.56% 0.74% -
XYZ 30.28 19.33 36.32 -
YUV 122.81 150.12 174.5 -
System Red Green Blue C M Y K H S L
Decimal 188 82 162 0 0.56 0.14 0.26 314.72 0.44 0.53
Hex BC 52 A2 0 38 E 1A 13B 2C 35
Octal 274 122 242 0 70 16 32 473 54 65
Binary 10111100 1010010 10100010 0 111000 1110 11010 100111011 101100 110101

Color Harmonies of #BC52A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC52A2

Black with #BC52A2

Text Example


Text Example

White with #BC52A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC52A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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