#B065BD

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

Shades of Fuchsia #B065BD

Tints of Fuchsia #B065BD

Color information

#B065BD (or 0xB065BD) is unknown color: approx Fuchsia. HEX triplet: B0, 65 and BD. RGB value is (176,101,189). Sum of RGB (Red+Green+Blue) = 176+101+189=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #B065BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065BD is #4F9A42. Grayscale: #858585. Windows color (decimal): -5216835 or 12412336. OLE color: 12412336.

HSL color Cylindrical-coordinate representation of color #B065BD: hue angle of 291.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B065BD is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176101189-
CMYK0.070.4700.26
HSL291.14º40%56.86%-
HSV(B)291.14º46.56%74.12%-
XYZ31.7422.2150.76-
YUV133.46159.35158.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 101 (39.84% from 255) = 21.67%
BLUE value IS 189 (74.22% from 255) = 40.56%
R=37.77%
G=21.67%
B=40.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761011890.070.4700.26291.144056.86
HexB065BD72F01A1232839
Octal2601452757570324435071
Binary10110000110010110111101111101111011010100100011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B065BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B065BD; }

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

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

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

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

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

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

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

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