#B651BF

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

Shades of Fuchsia #B651BF

Tints of Fuchsia #B651BF

Color information

#B651BF (or 0xB651BF) is unknown color: approx Fuchsia. HEX triplet: B6, 51 and BF. RGB value is (182,81,191). Sum of RGB (Red+Green+Blue) = 182+81+191=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #B651BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B651BF is #49AE40. Grayscale: #7B7B7B. Windows color (decimal): -4828737 or 12538294. OLE color: 12538294.

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

Color convert

RGB18281191-
CMYK0.050.5800.25
HSL295.09º46.22%53.33%-
HSV(B)295.09º57.59%74.9%-
XYZ31.6419.5951.4-
YUV123.74165.96169.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 81 (32.03% from 255) = 17.84%
BLUE value IS 191 (75% from 255) = 42.07%
R=40.09%
G=17.84%
B=42.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182811910.050.5800.25295.0946.2253.33
HexB651BF53A0191272e35
Octal2661212775720314475665
Binary10110110101000110111111101111010011001100100111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B651BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B651BF; }

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

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

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

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

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

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

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

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