Html Css Color HEX #BC60A2 Mulberry

📋 copy color: '#BC60A2'

red 188 ◦ green 96 ◦ blue 162

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

Shades of Mulberry #BC60A2

Tints of Mulberry #BC60A2

RGB

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

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

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

R = 42.15%
G = 21.52%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC60A2 (or 0xBC60A2) is known color: Mulberry. HEX triplet: BC, 60 and A2. RGB value is (188,96,162). Sum of RGB (Red+Green+Blue) = 188+96+162=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC60A2 is #439F5D. Grayscale: #828282. Windows color (decimal): -4431710 or 10641596. OLE color: 10641596.

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

Color convert

RGB 188 96 162 -
CMYK 0 0.49 0.14 0.26
HSL 316.96º 0.41% 0.56% -
HSV(B) 316.96º 0.49% 0.74% -
XYZ 31.44 21.67 36.71 -
YUV 131.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 188 96 162 0 0.49 0.14 0.26 316.96 0.41 0.56
Hex BC 60 A2 0 31 E 1A 13D 29 38
Octal 274 140 242 0 61 16 32 475 51 70
Binary 10111100 1100000 10100010 0 110001 1110 11010 100111101 101001 111000

Color Harmonies of #BC60A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60A2

Black with #BC60A2

Text Example


Text Example

White with #BC60A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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