#B065BE

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

Shades of Fuchsia #B065BE

Tints of Fuchsia #B065BE

Color information

#B065BE (or 0xB065BE) is unknown color: approx Fuchsia. HEX triplet: B0, 65 and BE. RGB value is (176,101,190). Sum of RGB (Red+Green+Blue) = 176+101+190=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 101 (39.84% from 255 or 21.63% 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 #B065BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065BE is #4F9A41. Grayscale: #858585. Windows color (decimal): -5216834 or 12477872. OLE color: 12477872.

HSL color Cylindrical-coordinate representation of color #B065BE: hue angle of 290.56º 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 #B065BE is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176101190-
CMYK0.070.4700.25
HSL290.56º40.64%57.06%-
HSV(B)290.56º46.84%74.51%-
XYZ31.8522.2651.33-
YUV133.57159.85158.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 101 (39.84% from 255) = 21.63%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=37.69%
G=21.63%
B=40.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761011900.070.4700.25290.5640.6457.06
HexB065BE72F0191232939
Octal2601452767570314435171
Binary10110000110010110111110111101111011001100100011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B065BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B065BE; }

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

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

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

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

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

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

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

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