#B763B6

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

Shades of Fuchsia #B763B6

Tints of Fuchsia #B763B6

Color information

#B763B6 (or 0xB763B6) is unknown color: approx Fuchsia. HEX triplet: B7, 63 and B6. RGB value is (183,99,182). Sum of RGB (Red+Green+Blue) = 183+99+182=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 183 - color contains mainly: red. Hex color #B763B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B763B6 is #489C49. Grayscale: #858585. Windows color (decimal): -4758602 or 11953079. OLE color: 11953079.

HSL color Cylindrical-coordinate representation of color #B763B6: hue angle of 300.71º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B763B6 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB18399182-
CMYK00.460.010.28
HSL300.71º36.84%55.29%-
HSV(B)300.71º45.9%71.76%-
XYZ32.4322.3746.86-
YUV133.58155.33163.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.44%
GREEN value IS 99 (39.06% from 255) = 21.34%
BLUE value IS 182 (71.48% from 255) = 39.22%
R=39.44%
G=21.34%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839918200.460.010.28300.7136.8455.29
HexB763B602E11C12d2537
Octal2671432660561344554567
Binary101101111100011101101100101110111100100101101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B763B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B763B6; }

 p { color: rgb(183,99,182); }

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

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

 a { background-color: rgb(183,99,182); }

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

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

 span { border-color: rgb(183,99,182); }

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