#B65ABF

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

Shades of Fuchsia #B65ABF

Tints of Fuchsia #B65ABF

Color information

#B65ABF (or 0xB65ABF) is unknown color: approx Fuchsia. HEX triplet: B6, 5A and BF. RGB value is (182,90,191). Sum of RGB (Red+Green+Blue) = 182+90+191=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #B65ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ABF is #49A540. Grayscale: #808080. Windows color (decimal): -4826433 or 12540598. OLE color: 12540598.

HSL color Cylindrical-coordinate representation of color #B65ABF: hue angle of 294.65º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B65ABF is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18290191-
CMYK0.050.5300.25
HSL294.65º44.1%55.1%-
HSV(B)294.65º52.88%74.9%-
XYZ32.3521.0251.64-
YUV129.02162.98165.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.31%
GREEN value IS 90 (35.55% from 255) = 19.44%
BLUE value IS 191 (75% from 255) = 41.25%
R=39.31%
G=19.44%
B=41.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182901910.050.5300.25294.6544.155.1
HexB65ABF5350191272c37
Octal2661322775650314475467
Binary10110110101101010111111101110101011001100100111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65ABF; }

 p { color: rgb(182,90,191); }

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

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

 a { background-color: rgb(182,90,191); }

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

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

 span { border-color: rgb(182,90,191); }

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