#B95FC4

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

Shades of Fuchsia #B95FC4

Tints of Fuchsia #B95FC4

Color information

#B95FC4 (or 0xB95FC4) is unknown color: approx Fuchsia. HEX triplet: B9, 5F and C4. RGB value is (185,95,196). Sum of RGB (Red+Green+Blue) = 185+95+196=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 196 - color contains mainly: blue. Hex color #B95FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95FC4 is #46A03B. Grayscale: #858585. Windows color (decimal): -4628540 or 12869561. OLE color: 12869561.

HSL color Cylindrical-coordinate representation of color #B95FC4: hue angle of 293.47º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B95FC4 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18595196-
CMYK0.060.5200.23
HSL293.47º46.12%57.06%-
HSV(B)293.47º51.53%76.86%-
XYZ34.0622.4854.77-
YUV133.42163.32164.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 95 (37.5% from 255) = 19.96%
BLUE value IS 196 (76.95% from 255) = 41.18%
R=38.87%
G=19.96%
B=41.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal185951960.060.5200.23293.4746.1257.06
HexB95FC46340171252e39
Octal2711373046640274455671
Binary10111001101111111000100110110100010111100100101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95FC4; }

 p { color: rgb(185,95,196); }

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

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

 a { background-color: rgb(185,95,196); }

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

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

 span { border-color: rgb(185,95,196); }

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