#B25BBB

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

Shades of Fuchsia #B25BBB

Tints of Fuchsia #B25BBB

Color information

#B25BBB (or 0xB25BBB) is unknown color: approx Fuchsia. HEX triplet: B2, 5B and BB. RGB value is (178,91,187). Sum of RGB (Red+Green+Blue) = 178+91+187=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #B25BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25BBB is #4DA444. Grayscale: #7F7F7F. Windows color (decimal): -5088325 or 12278706. OLE color: 12278706.

HSL color Cylindrical-coordinate representation of color #B25BBB: hue angle of 294.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B25BBB is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17891187-
CMYK0.050.5100.27
HSL294.38º41.38%54.51%-
HSV(B)294.38º51.34%73.33%-
XYZ31.0720.5449.34-
YUV127.96161.32163.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.04%
GREEN value IS 91 (35.94% from 255) = 19.96%
BLUE value IS 187 (73.44% from 255) = 41.01%
R=39.04%
G=19.96%
B=41.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178911870.050.5100.27294.3841.3854.51
HexB25BBB53301B1262937
Octal2621332735630334465167
Binary10110010101101110111011101110011011011100100110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25BBB; }

 p { color: rgb(178,91,187); }

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

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

 a { background-color: rgb(178,91,187); }

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

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

 span { border-color: rgb(178,91,187); }

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