Html Css Color HEX #BC5BA3 Mulberry

📋 copy color: '#BC5BA3'

red 188 ◦ green 91 ◦ blue 163

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

Shades of Mulberry #BC5BA3

Tints of Mulberry #BC5BA3

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.59%

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

R = 42.53%
G = 20.59%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC5BA3 (or 0xBC5BA3) is known color: Mulberry. HEX triplet: BC, 5B and A3. RGB value is (188,91,163). Sum of RGB (Red+Green+Blue) = 188+91+163=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5BA3 is #43A45C. Grayscale: #808080. Windows color (decimal): -4432989 or 10705852. OLE color: 10705852.

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

Color convert

RGB 188 91 163 -
CMYK 0 0.52 0.13 0.26
HSL 315.46º 0.42% 0.55% -
HSV(B) 315.46º 0.52% 0.74% -
XYZ 31.09 20.82 37.03 -
YUV 128.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 188 91 163 0 0.52 0.13 0.26 315.46 0.42 0.55
Hex BC 5B A3 0 34 D 1A 13B 2A 37
Octal 274 133 243 0 64 15 32 473 52 67
Binary 10111100 1011011 10100011 0 110100 1101 11010 100111011 101010 110111

Color Harmonies of #BC5BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BA3

Black with #BC5BA3

Text Example


Text Example

White with #BC5BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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