Html Css Color HEX #BC5CA2 Mulberry

📋 copy color: '#BC5CA2'

red 188 ◦ green 92 ◦ blue 162

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

Shades of Mulberry #BC5CA2

Tints of Mulberry #BC5CA2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.81%

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

R = 42.53%
G = 20.81%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC5CA2 (or 0xBC5CA2) is known color: Mulberry. HEX triplet: BC, 5C and A2. RGB value is (188,92,162). Sum of RGB (Red+Green+Blue) = 188+92+162=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5CA2 is #43A35D. Grayscale: #808080. Windows color (decimal): -4432734 or 10640572. OLE color: 10640572.

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

Color convert

RGB 188 92 162 -
CMYK 0 0.51 0.14 0.26
HSL 316.25º 0.42% 0.55% -
HSV(B) 316.25º 0.51% 0.74% -
XYZ 31.09 20.95 36.59 -
YUV 128.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 188 92 162 0 0.51 0.14 0.26 316.25 0.42 0.55
Hex BC 5C A2 0 33 E 1A 13C 2A 37
Octal 274 134 242 0 63 16 32 474 52 67
Binary 10111100 1011100 10100010 0 110011 1110 11010 100111100 101010 110111

Color Harmonies of #BC5CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5CA2

Black with #BC5CA2

Text Example


Text Example

White with #BC5CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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