#B65EBF

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

Shades of Fuchsia #B65EBF

Tints of Fuchsia #B65EBF

Color information

#B65EBF (or 0xB65EBF) is unknown color: approx Fuchsia. HEX triplet: B6, 5E and BF. RGB value is (182,94,191). Sum of RGB (Red+Green+Blue) = 182+94+191=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #B65EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65EBF is #49A140. Grayscale: #838383. Windows color (decimal): -4825409 or 12541622. OLE color: 12541622.

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

Color convert

RGB18294191-
CMYK0.050.5100.25
HSL294.43º43.11%55.88%-
HSV(B)294.43º50.79%74.9%-
XYZ32.721.7151.76-
YUV131.37161.65164.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 94 (37.11% from 255) = 20.13%
BLUE value IS 191 (75% from 255) = 40.90%
R=38.97%
G=20.13%
B=40.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182941910.050.5100.25294.4343.1155.88
HexB65EBF5330191262b38
Octal2661362775630314465370
Binary10110110101111010111111101110011011001100100110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65EBF; }

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

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

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

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

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

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

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

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