#B95CBE

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

Shades of Fuchsia #B95CBE

Tints of Fuchsia #B95CBE

Color information

#B95CBE (or 0xB95CBE) is unknown color: approx Fuchsia. HEX triplet: B9, 5C and BE. RGB value is (185,92,190). Sum of RGB (Red+Green+Blue) = 185+92+190=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #B95CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95CBE is #46A341. Grayscale: #828282. Windows color (decimal): -4629314 or 12475577. OLE color: 12475577.

HSL color Cylindrical-coordinate representation of color #B95CBE: hue angle of 296.94º 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 #B95CBE is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18592190-
CMYK0.030.5200.25
HSL296.94º42.98%55.29%-
HSV(B)296.94º51.58%74.51%-
XYZ33.1321.6951.15-
YUV130.98161.31166.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 92 (36.33% from 255) = 19.70%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=39.61%
G=19.70%
B=40.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185921900.030.5200.25296.9442.9855.29
HexB95CBE3340191292b37
Octal2711342763640314515367
Binary1011100110111001011111011110100011001100101001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95CBE; }

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

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

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

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

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

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

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

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