#B55CC3

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

Shades of Fuchsia #B55CC3

Tints of Fuchsia #B55CC3

Color information

#B55CC3 (or 0xB55CC3) is unknown color: approx Fuchsia. HEX triplet: B5, 5C and C3. RGB value is (181,92,195). Sum of RGB (Red+Green+Blue) = 181+92+195=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 195 - color contains mainly: blue. Hex color #B55CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CC3 is #4AA33C. Grayscale: #828282. Windows color (decimal): -4891453 or 12803253. OLE color: 12803253.

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

Color convert

RGB18192195-
CMYK0.070.5300.24
HSL291.84º46.19%56.27%-
HSV(B)291.84º52.82%76.47%-
XYZ32.7321.4254.04-
YUV130.35164.49164.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 92 (36.33% from 255) = 19.66%
BLUE value IS 195 (76.56% from 255) = 41.67%
R=38.68%
G=19.66%
B=41.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181921950.070.5300.24291.8446.1956.27
HexB55CC37350181242e38
Octal2651343037650304445670
Binary10110101101110011000011111110101011000100100100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55CC3; }

 p { color: rgb(181,92,195); }

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

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

 a { background-color: rgb(181,92,195); }

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

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

 span { border-color: rgb(181,92,195); }

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