#B755C0

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

Shades of Fuchsia #B755C0

Tints of Fuchsia #B755C0

Color information

#B755C0 (or 0xB755C0) is unknown color: approx Fuchsia. HEX triplet: B7, 55 and C0. RGB value is (183,85,192). Sum of RGB (Red+Green+Blue) = 183+85+192=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #B755C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B755C0 is #48AA3F. Grayscale: #7E7E7E. Windows color (decimal): -4762176 or 12604855. OLE color: 12604855.

HSL color Cylindrical-coordinate representation of color #B755C0: hue angle of 294.95º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B755C0 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18385192-
CMYK0.050.5600.25
HSL294.95º45.92%54.31%-
HSV(B)294.95º55.73%75.29%-
XYZ32.2920.3752.1-
YUV126.5164.97168.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.78%
GREEN value IS 85 (33.59% from 255) = 18.48%
BLUE value IS 192 (75.39% from 255) = 41.74%
R=39.78%
G=18.48%
B=41.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183851920.050.5600.25294.9545.9254.31
HexB755C05380191272e36
Octal2671253005700314475666
Binary10110111101010111000000101111000011001100100111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B755C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B755C0; }

 p { color: rgb(183,85,192); }

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

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

 a { background-color: rgb(183,85,192); }

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

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

 span { border-color: rgb(183,85,192); }

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