#B65FBE

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

Shades of Fuchsia #B65FBE

Tints of Fuchsia #B65FBE

Color information

#B65FBE (or 0xB65FBE) is unknown color: approx Fuchsia. HEX triplet: B6, 5F and BE. RGB value is (182,95,190). Sum of RGB (Red+Green+Blue) = 182+95+190=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 95 (37.5% from 255 or 20.34% 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 #B65FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65FBE is #49A041. Grayscale: #838383. Windows color (decimal): -4825154 or 12476342. OLE color: 12476342.

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

Color convert

RGB18295190-
CMYK0.040.500.25
HSL294.95º42.22%55.88%-
HSV(B)294.95º50%74.51%-
XYZ32.6821.8551.21-
YUV131.84160.82163.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 95 (37.5% from 255) = 20.34%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=38.97%
G=20.34%
B=40.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182951900.040.500.25294.9542.2255.88
HexB65FBE4320191272a38
Octal2661372764620314475270
Binary10110110101111110111110100110010011001100100111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65FBE; }

 p { color: rgb(182,95,190); }

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

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

 a { background-color: rgb(182,95,190); }

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

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

 span { border-color: rgb(182,95,190); }

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