#B75CC1

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

Shades of Fuchsia #B75CC1

Tints of Fuchsia #B75CC1

Color information

#B75CC1 (or 0xB75CC1) is unknown color: approx Fuchsia. HEX triplet: B7, 5C and C1. RGB value is (183,92,193). Sum of RGB (Red+Green+Blue) = 183+92+193=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #B75CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75CC1 is #48A33E. Grayscale: #828282. Windows color (decimal): -4760383 or 12672183. OLE color: 12672183.

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

Color convert

RGB18392193-
CMYK0.050.5200.24
HSL294.06º44.89%55.88%-
HSV(B)294.06º52.33%75.69%-
XYZ32.9821.5752.88-
YUV130.72163.15165.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.10%
GREEN value IS 92 (36.33% from 255) = 19.66%
BLUE value IS 193 (75.78% from 255) = 41.24%
R=39.10%
G=19.66%
B=41.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183921930.050.5200.24294.0644.8955.88
HexB75CC15340181262d38
Octal2671343015640304465570
Binary10110111101110011000001101110100011000100100110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75CC1; }

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

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

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

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

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

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

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

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