#B755C4

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

Shades of Fuchsia #B755C4

Tints of Fuchsia #B755C4

Color information

#B755C4 (or 0xB755C4) is unknown color: approx Fuchsia. HEX triplet: B7, 55 and C4. RGB value is (183,85,196). Sum of RGB (Red+Green+Blue) = 183+85+196=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 196 - color contains mainly: blue. Hex color #B755C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B755C4 is #48AA3B. Grayscale: #7E7E7E. Windows color (decimal): -4762172 or 12866999. OLE color: 12866999.

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

Color convert

RGB18385196-
CMYK0.070.5700.23
HSL292.97º48.47%55.1%-
HSV(B)292.97º56.63%76.86%-
XYZ32.7420.5554.47-
YUV126.96166.97167.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.44%
GREEN value IS 85 (33.59% from 255) = 18.32%
BLUE value IS 196 (76.95% from 255) = 42.24%
R=39.44%
G=18.32%
B=42.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal183851960.070.5700.23292.9748.4755.1
HexB755C47390171253037
Octal2671253047710274456067
Binary10110111101010111000100111111001010111100100101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B755C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B755C4; }

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

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

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

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

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

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

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

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