#B75FC4

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

Shades of Fuchsia #B75FC4

Tints of Fuchsia #B75FC4

Color information

#B75FC4 (or 0xB75FC4) is unknown color: approx Fuchsia. HEX triplet: B7, 5F and C4. RGB value is (183,95,196). Sum of RGB (Red+Green+Blue) = 183+95+196=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 196 - color contains mainly: blue. Hex color #B75FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75FC4 is #48A03B. Grayscale: #848484. Windows color (decimal): -4759612 or 12869559. OLE color: 12869559.

HSL color Cylindrical-coordinate representation of color #B75FC4: hue angle of 292.28º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B75FC4 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18395196-
CMYK0.070.5200.23
HSL292.28º46.12%57.06%-
HSV(B)292.28º51.53%76.86%-
XYZ33.5822.2454.75-
YUV132.83163.65163.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 95 (37.5% from 255) = 20.04%
BLUE value IS 196 (76.95% from 255) = 41.35%
R=38.61%
G=20.04%
B=41.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal183951960.070.5200.23292.2846.1257.06
HexB75FC47340171242e39
Octal2671373047640274445671
Binary10110111101111111000100111110100010111100100100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75FC4; }

 p { color: rgb(183,95,196); }

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

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

 a { background-color: rgb(183,95,196); }

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

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

 span { border-color: rgb(183,95,196); }

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