#B865BE

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

Shades of Fuchsia #B865BE

Tints of Fuchsia #B865BE

Color information

#B865BE (or 0xB865BE) is unknown color: approx Fuchsia. HEX triplet: B8, 65 and BE. RGB value is (184,101,190). Sum of RGB (Red+Green+Blue) = 184+101+190=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #B865BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865BE is #479A41. Grayscale: #878787. Windows color (decimal): -4692546 or 12477880. OLE color: 12477880.

HSL color Cylindrical-coordinate representation of color #B865BE: hue angle of 295.96º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B865BE is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184101190-
CMYK0.030.4700.25
HSL295.96º40.64%57.06%-
HSV(B)295.96º46.84%74.51%-
XYZ33.7223.2251.42-
YUV135.96158.5162.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 101 (39.84% from 255) = 21.26%
BLUE value IS 190 (74.61% from 255) = 40%
R=38.74%
G=21.26%
B=40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841011900.030.4700.25295.9640.6457.06
HexB865BE32F0191282939
Octal2701452763570314505171
Binary1011100011001011011111011101111011001100101000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B865BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B865BE; }

 p { color: rgb(184,101,190); }

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

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

 a { background-color: rgb(184,101,190); }

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

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

 span { border-color: rgb(184,101,190); }

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