#B75FBB

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

Shades of Fuchsia #B75FBB

Tints of Fuchsia #B75FBB

Color information

#B75FBB (or 0xB75FBB) is unknown color: approx Fuchsia. HEX triplet: B7, 5F and BB. RGB value is (183,95,187). Sum of RGB (Red+Green+Blue) = 183+95+187=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #B75FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75FBB is #48A044. Grayscale: #838383. Windows color (decimal): -4759621 or 12279735. OLE color: 12279735.

HSL color Cylindrical-coordinate representation of color #B75FBB: hue angle of 297.39º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B75FBB is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18395187-
CMYK0.020.4900.27
HSL297.39º40.35%55.29%-
HSV(B)297.39º49.2%73.33%-
XYZ32.5921.8449.51-
YUV131.8159.15164.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.35%
GREEN value IS 95 (37.5% from 255) = 20.43%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=39.35%
G=20.43%
B=40.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183951870.020.4900.27297.3940.3555.29
HexB75FBB23101B1292837
Octal2671372732610334515067
Binary1011011110111111011101110110001011011100101001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75FBB; }

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

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

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

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

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

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

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

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