Html Css Color HEX #BC6197 Mulberry

📋 copy color: '#BC6197'

red 188 ◦ green 97 ◦ blue 151

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

Shades of Mulberry #BC6197

Tints of Mulberry #BC6197

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.25%

 BLUE value IS 151 (59.38% from 255) = 34.63%

R = 43.12%
G = 22.25%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC6197 (or 0xBC6197) is known color: Mulberry. HEX triplet: BC, 61 and 97. RGB value is (188,97,151). Sum of RGB (Red+Green+Blue) = 188+97+151=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6197 is #439E68. Grayscale: #828282. Windows color (decimal): -4431465 or 9920956. OLE color: 9920956.

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

Color convert

RGB 188 97 151 -
CMYK 0 0.48 0.20 0.26
HSL 324.4º 0.4% 0.56% -
HSV(B) 324.4º 0.48% 0.74% -
XYZ 30.6 21.48 31.81 -
YUV 130.37 139.65 169.11 -
System Red Green Blue C M Y K H S L
Decimal 188 97 151 0 0.48 0.20 0.26 324.4 0.4 0.56
Hex BC 61 97 0 30 14 1A 144 28 38
Octal 274 141 227 0 60 24 32 504 50 70
Binary 10111100 1100001 10010111 0 110000 10100 11010 101000100 101000 111000

Color Harmonies of #BC6197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6197

Black with #BC6197

Text Example


Text Example

White with #BC6197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6197; }

 p { color: rgb(188,97,151); }

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

background-color css

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

 a { background-color: rgb(188,97,151); }

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

border-color css

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

 span { border-color: rgb(188,97,151); }

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