#B25BBE

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

Shades of Fuchsia #B25BBE

Tints of Fuchsia #B25BBE

Color information

#B25BBE (or 0xB25BBE) is unknown color: approx Fuchsia. HEX triplet: B2, 5B and BE. RGB value is (178,91,190). Sum of RGB (Red+Green+Blue) = 178+91+190=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #B25BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25BBE is #4DA441. Grayscale: #7F7F7F. Windows color (decimal): -5088322 or 12475314. OLE color: 12475314.

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

Color convert

RGB17891190-
CMYK0.060.5200.25
HSL292.73º43.23%55.1%-
HSV(B)292.73º52.11%74.51%-
XYZ31.420.6651.05-
YUV128.3162.82163.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 91 (35.94% from 255) = 19.83%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=38.78%
G=19.83%
B=41.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178911900.060.5200.25292.7343.2355.1
HexB25BBE6340191252b37
Octal2621332766640314455367
Binary10110010101101110111110110110100011001100100101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25BBE; }

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

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

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

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

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

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

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

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