#B764BD

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

Shades of Fuchsia #B764BD

Tints of Fuchsia #B764BD

Color information

#B764BD (or 0xB764BD) is unknown color: approx Fuchsia. HEX triplet: B7, 64 and BD. RGB value is (183,100,189). Sum of RGB (Red+Green+Blue) = 183+100+189=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #B764BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B764BD is #489B42. Grayscale: #868686. Windows color (decimal): -4758339 or 12412087. OLE color: 12412087.

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

Color convert

RGB183100189-
CMYK0.030.4700.26
HSL295.96º40.27%56.67%-
HSV(B)295.96º47.09%74.12%-
XYZ33.2722.8650.8-
YUV134.96158.5162.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.77%
GREEN value IS 100 (39.45% from 255) = 21.19%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=38.77%
G=21.19%
B=40.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831001890.030.4700.26295.9640.2756.67
HexB764BD32F01A1282839
Octal2671442753570324505071
Binary1011011111001001011110111101111011010100101000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B764BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B764BD; }

 p { color: rgb(183,100,189); }

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

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

 a { background-color: rgb(183,100,189); }

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

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

 span { border-color: rgb(183,100,189); }

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