Html Css Color HEX #BC6198 Mulberry

📋 copy color: '#BC6198'

red 188 ◦ green 97 ◦ blue 152

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

Shades of Mulberry #BC6198

Tints of Mulberry #BC6198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.78%

R = 43.02%
G = 22.2%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC6198 (or 0xBC6198) is known color: Mulberry. HEX triplet: BC, 61 and 98. RGB value is (188,97,152). Sum of RGB (Red+Green+Blue) = 188+97+152=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6198 is #439E67. Grayscale: #828282. Windows color (decimal): -4431464 or 9986492. OLE color: 9986492.

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

Color convert

RGB 188 97 152 -
CMYK 0 0.48 0.19 0.26
HSL 323.74º 0.4% 0.56% -
HSV(B) 323.74º 0.48% 0.74% -
XYZ 30.68 21.51 32.24 -
YUV 130.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 188 97 152 0 0.48 0.19 0.26 323.74 0.4 0.56
Hex BC 61 98 0 30 13 1A 144 28 38
Octal 274 141 230 0 60 23 32 504 50 70
Binary 10111100 1100001 10011000 0 110000 10011 11010 101000100 101000 111000

Color Harmonies of #BC6198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6198

Black with #BC6198

Text Example


Text Example

White with #BC6198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6198; }

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

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

background-color css

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

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

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

border-color css

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

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

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