#B75CC2

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

Shades of Fuchsia #B75CC2

Tints of Fuchsia #B75CC2

Color information

#B75CC2 (or 0xB75CC2) is unknown color: approx Fuchsia. HEX triplet: B7, 5C and C2. RGB value is (183,92,194). Sum of RGB (Red+Green+Blue) = 183+92+194=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 194 - color contains mainly: blue. Hex color #B75CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75CC2 is #48A33D. Grayscale: #828282. Windows color (decimal): -4760382 or 12737719. OLE color: 12737719.

HSL color Cylindrical-coordinate representation of color #B75CC2: hue angle of 293.53º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B75CC2 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18392194-
CMYK0.060.5300.24
HSL293.53º45.54%56.08%-
HSV(B)293.53º52.58%76.08%-
XYZ33.0921.6253.47-
YUV130.84163.65165.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.02%
GREEN value IS 92 (36.33% from 255) = 19.62%
BLUE value IS 194 (76.17% from 255) = 41.36%
R=39.02%
G=19.62%
B=41.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183921940.060.5300.24293.5345.5456.08
HexB75CC26350181262e38
Octal2671343026650304465670
Binary10110111101110011000010110110101011000100100110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75CC2; }

 p { color: rgb(183,92,194); }

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

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

 a { background-color: rgb(183,92,194); }

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

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

 span { border-color: rgb(183,92,194); }

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