Html Css Color HEX #BC6098 Mulberry

📋 copy color: '#BC6098'

red 188 ◦ green 96 ◦ blue 152

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

Shades of Mulberry #BC6098

Tints of Mulberry #BC6098

RGB

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

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

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

R = 43.12%
G = 22.02%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC6098 (or 0xBC6098) is known color: Mulberry. HEX triplet: BC, 60 and 98. RGB value is (188,96,152). Sum of RGB (Red+Green+Blue) = 188+96+152=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6098 is #439F67. Grayscale: #818181. Windows color (decimal): -4431720 or 9986236. OLE color: 9986236.

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

Color convert

RGB 188 96 152 -
CMYK 0 0.49 0.19 0.26
HSL 323.48º 0.41% 0.56% -
HSV(B) 323.48º 0.49% 0.74% -
XYZ 30.59 21.32 32.21 -
YUV 129.89 140.48 169.45 -
System Red Green Blue C M Y K H S L
Decimal 188 96 152 0 0.49 0.19 0.26 323.48 0.41 0.56
Hex BC 60 98 0 31 13 1A 143 29 38
Octal 274 140 230 0 61 23 32 503 51 70
Binary 10111100 1100000 10011000 0 110001 10011 11010 101000011 101001 111000

Color Harmonies of #BC6098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6098

Black with #BC6098

Text Example


Text Example

White with #BC6098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6098; }

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

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

background-color css

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

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

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

border-color css

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

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

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