#B95CC1

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

Shades of Fuchsia #B95CC1

Tints of Fuchsia #B95CC1

Color information

#B95CC1 (or 0xB95CC1) is unknown color: approx Fuchsia. HEX triplet: B9, 5C and C1. RGB value is (185,92,193). Sum of RGB (Red+Green+Blue) = 185+92+193=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #B95CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95CC1 is #46A33E. Grayscale: #838383. Windows color (decimal): -4629311 or 12672185. OLE color: 12672185.

HSL color Cylindrical-coordinate representation of color #B95CC1: hue angle of 295.25º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B95CC1 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18592193-
CMYK0.040.5200.24
HSL295.25º44.89%55.88%-
HSV(B)295.25º52.33%75.69%-
XYZ33.4621.8252.9-
YUV131.32162.81166.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.36%
GREEN value IS 92 (36.33% from 255) = 19.57%
BLUE value IS 193 (75.78% from 255) = 41.06%
R=39.36%
G=19.57%
B=41.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185921930.040.5200.24295.2544.8955.88
HexB95CC14340181272d38
Octal2711343014640304475570
Binary10111001101110011000001100110100011000100100111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95CC1; }

 p { color: rgb(185,92,193); }

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

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

 a { background-color: rgb(185,92,193); }

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

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

 span { border-color: rgb(185,92,193); }

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