#B92FC0

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

Shades of Fuchsia #B92FC0

Tints of Fuchsia #B92FC0

Color information

#B92FC0 (or 0xB92FC0) is unknown color: approx Fuchsia. HEX triplet: B9, 2F and C0. RGB value is (185,47,192). Sum of RGB (Red+Green+Blue) = 185+47+192=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 192 - color contains mainly: blue. Hex color #B92FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92FC0 is #46D03F. Grayscale: #686868. Windows color (decimal): -4640832 or 12595129. OLE color: 12595129.

HSL color Cylindrical-coordinate representation of color #B92FC0: hue angle of 297.1º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B92FC0 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18547192-
CMYK0.040.7600.25
HSL297.1º60.67%46.86%-
HSV(B)297.1º75.52%75.29%-
XYZ30.5416.1551.38-
YUV104.79177.22185.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 47 (18.75% from 255) = 11.08%
BLUE value IS 192 (75.39% from 255) = 45.28%
R=43.63%
G=11.08%
B=45.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185471920.040.7600.25297.160.6746.86
HexB92FC044C0191293d2f
Octal2715730041140314517557
Binary10111001101111110000001001001100011001100101001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92FC0; }

 p { color: rgb(185,47,192); }

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

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

 a { background-color: rgb(185,47,192); }

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

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

 span { border-color: rgb(185,47,192); }

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