#B25FC0

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

Shades of Fuchsia #B25FC0

Tints of Fuchsia #B25FC0

Color information

#B25FC0 (or 0xB25FC0) is unknown color: approx Fuchsia. HEX triplet: B2, 5F and C0. RGB value is (178,95,192). Sum of RGB (Red+Green+Blue) = 178+95+192=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #B25FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FC0 is #4DA03F. Grayscale: #828282. Windows color (decimal): -5087296 or 12607410. OLE color: 12607410.

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

Color convert

RGB17895192-
CMYK0.070.5100.25
HSL291.34º43.5%56.27%-
HSV(B)291.34º50.52%75.29%-
XYZ31.9721.4652.33-
YUV130.88162.5161.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 95 (37.5% from 255) = 20.43%
BLUE value IS 192 (75.39% from 255) = 41.29%
R=38.28%
G=20.43%
B=41.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178951920.070.5100.25291.3443.556.27
HexB25FC07330191232b38
Octal2621373007630314435370
Binary10110010101111111000000111110011011001100100011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25FC0; }

 p { color: rgb(178,95,192); }

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

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

 a { background-color: rgb(178,95,192); }

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

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

 span { border-color: rgb(178,95,192); }

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