#B25BB7

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

Shades of Fuchsia #B25BB7

Tints of Fuchsia #B25BB7

Color information

#B25BB7 (or 0xB25BB7) is unknown color: approx Fuchsia. HEX triplet: B2, 5B and B7. RGB value is (178,91,183). Sum of RGB (Red+Green+Blue) = 178+91+183=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 183 - color contains mainly: blue. Hex color #B25BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25BB7 is #4DA448. Grayscale: #7F7F7F. Windows color (decimal): -5088329 or 12016562. OLE color: 12016562.

HSL color Cylindrical-coordinate representation of color #B25BB7: hue angle of 296.74º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B25BB7 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17891183-
CMYK0.030.5000.28
HSL296.74º38.98%53.73%-
HSV(B)296.74º50.27%71.76%-
XYZ30.6520.3747.12-
YUV127.5159.32164.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.38%
GREEN value IS 91 (35.94% from 255) = 20.13%
BLUE value IS 183 (71.88% from 255) = 40.49%
R=39.38%
G=20.13%
B=40.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178911830.030.5000.28296.7438.9853.73
HexB25BB733201C1292736
Octal2621332673620344514766
Binary1011001010110111011011111110010011100100101001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25BB7; }

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

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

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

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

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

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

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

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