#B926B4

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

Shades of Fuchsia #B926B4

Tints of Fuchsia #B926B4

Color information

#B926B4 (or 0xB926B4) is unknown color: approx Fuchsia. HEX triplet: B9, 26 and B4. RGB value is (185,38,180). Sum of RGB (Red+Green+Blue) = 185+38+180=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B926B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B926B4 is #46D94B. Grayscale: #616161. Windows color (decimal): -4643148 or 11806393. OLE color: 11806393.

HSL color Cylindrical-coordinate representation of color #B926B4: hue angle of 302.04º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B926B4 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB18538180-
CMYK00.790.030.27
HSL302.04º65.92%43.73%-
HSV(B)302.04º79.46%72.55%-
XYZ28.941544.55-
YUV98.14174.2189.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.91%
GREEN value IS 38 (15.23% from 255) = 9.43%
BLUE value IS 180 (70.70% from 255) = 44.67%
R=45.91%
G=9.43%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853818000.790.030.27302.0465.9243.73
HexB926B404F31B12e422c
Octal27146264011733345610254
Binary10111001100110101101000100111111110111001011101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B926B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B926B4; }

 p { color: rgb(185,38,180); }

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

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

 a { background-color: rgb(185,38,180); }

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

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

 span { border-color: rgb(185,38,180); }

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