#B25CB3

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

Shades of Fuchsia #B25CB3

Tints of Fuchsia #B25CB3

Color information

#B25CB3 (or 0xB25CB3) is unknown color: approx Fuchsia. HEX triplet: B2, 5C and B3. RGB value is (178,92,179). Sum of RGB (Red+Green+Blue) = 178+92+179=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 179 - color contains mainly: blue. Hex color #B25CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CB3 is #4DA34C. Grayscale: #7F7F7F. Windows color (decimal): -5088077 or 11754674. OLE color: 11754674.

HSL color Cylindrical-coordinate representation of color #B25CB3: hue angle of 299.31º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B25CB3 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17892179-
CMYK0.010.4900.30
HSL299.31º36.4%53.14%-
HSV(B)299.31º48.6%70.2%-
XYZ30.3220.3744.98-
YUV127.63156.99163.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.64%
GREEN value IS 92 (36.33% from 255) = 20.49%
BLUE value IS 179 (70.31% from 255) = 39.87%
R=39.64%
G=20.49%
B=39.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178921790.010.4900.30299.3136.453.14
HexB25CB313101E12b2435
Octal2621342631610364534465
Binary101100101011100101100111110001011110100101011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25CB3; }

 p { color: rgb(178,92,179); }

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

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

 a { background-color: rgb(178,92,179); }

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

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

 span { border-color: rgb(178,92,179); }

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