#B25ABB

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

Shades of Fuchsia #B25ABB

Tints of Fuchsia #B25ABB

Color information

#B25ABB (or 0xB25ABB) is unknown color: approx Fuchsia. HEX triplet: B2, 5A and BB. RGB value is (178,90,187). Sum of RGB (Red+Green+Blue) = 178+90+187=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #B25ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ABB is #4DA544. Grayscale: #7F7F7F. Windows color (decimal): -5088581 or 12278450. OLE color: 12278450.

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

Color convert

RGB17890187-
CMYK0.050.5200.27
HSL294.43º41.63%54.31%-
HSV(B)294.43º51.87%73.33%-
XYZ30.9920.3749.31-
YUV127.37161.65164.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 90 (35.55% from 255) = 19.78%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=39.12%
G=19.78%
B=41.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178901870.050.5200.27294.4341.6354.31
HexB25ABB53401B1262a36
Octal2621322735640334465266
Binary10110010101101010111011101110100011011100100110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25ABB; }

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

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

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

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

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

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

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

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