#b15cbc

Color #B15CBC Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B15CBC

Tints of Fuchsia #B15CBC

Color information

#B15CBC (or 0xB15CBC) is unknown color: approx Fuchsia. HEX triplet: B1, 5C and BC. RGB value is (177,92,188). Sum of RGB (Red+Green+Blue) = 177+92+188=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #B15CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15CBC is #4EA343. Grayscale: #808080. Windows color (decimal): -5153604 or 12344497. OLE color: 12344497.

HSL color Cylindrical-coordinate representation of color #B15CBC: hue angle of 293.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15CBC is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17792188-
CMYK0.060.5100.26
HSL293.12º41.74%54.9%-
HSV(B)293.12º51.06%73.73%-
XYZ31.0420.6349.92-
YUV128.36161.66162.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 92 (36.33% from 255) = 20.13%
BLUE value IS 188 (73.83% from 255) = 41.14%
R=38.73%
G=20.13%
B=41.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177921880.060.5100.26293.1241.7454.9
HexB15CBC63301A1252a37
Octal2611342746630324455267
Binary10110001101110010111100110110011011010100100101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b15cbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b15cbc; }

 p { color: rgb(177,92,188); }

 H1.HeaderClassName
 {
   color: #b15cbc;
 }
 .AnyTagClassName
 {
   color: #b15cbc;
 }
</style>
background-color css

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

 a { background-color: rgb(177,92,188); }

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

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

 span { border-color: rgb(177,92,188); }

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