Html Css Color HEX #BC60A0 Mulberry

📋 copy color: '#BC60A0'

red 188 ◦ green 96 ◦ blue 160

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

Shades of Mulberry #BC60A0

Tints of Mulberry #BC60A0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.62%

 BLUE value IS 160 (62.89% from 255) = 36.04%

R = 42.34%
G = 21.62%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC60A0 (or 0xBC60A0) is known color: Mulberry. HEX triplet: BC, 60 and A0. RGB value is (188,96,160). Sum of RGB (Red+Green+Blue) = 188+96+160=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC60A0 is #439F5F. Grayscale: #828282. Windows color (decimal): -4431712 or 10510524. OLE color: 10510524.

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

Color convert

RGB 188 96 160 -
CMYK 0 0.49 0.15 0.26
HSL 318.26º 0.41% 0.56% -
HSV(B) 318.26º 0.49% 0.74% -
XYZ 31.27 21.6 35.78 -
YUV 130.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 188 96 160 0 0.49 0.15 0.26 318.26 0.41 0.56
Hex BC 60 A0 0 31 F 1A 13E 29 38
Octal 274 140 240 0 61 17 32 476 51 70
Binary 10111100 1100000 10100000 0 110001 1111 11010 100111110 101001 111000

Color Harmonies of #BC60A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60A0

Black with #BC60A0

Text Example


Text Example

White with #BC60A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60A0; }

 p { color: rgb(188,96,160); }

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

background-color css

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

 a { background-color: rgb(188,96,160); }

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

border-color css

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

 span { border-color: rgb(188,96,160); }

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