#B762B4

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

Shades of Fuchsia #B762B4

Tints of Fuchsia #B762B4

Color information

#B762B4 (or 0xB762B4) is unknown color: approx Fuchsia. HEX triplet: B7, 62 and B4. RGB value is (183,98,180). Sum of RGB (Red+Green+Blue) = 183+98+180=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B762B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B762B4 is #489D4B. Grayscale: #848484. Windows color (decimal): -4758860 or 11821751. OLE color: 11821751.

HSL color Cylindrical-coordinate representation of color #B762B4: hue angle of 302.12º 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 #B762B4 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB18398180-
CMYK00.460.020.28
HSL302.12º37.12%55.1%-
HSV(B)302.12º46.45%71.76%-
XYZ32.1322.145.75-
YUV132.76154.66163.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.70%
GREEN value IS 98 (38.67% from 255) = 21.26%
BLUE value IS 180 (70.70% from 255) = 39.05%
R=39.70%
G=21.26%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839818000.460.020.28302.1237.1255.1
HexB762B402E21C12e2537
Octal2671422640562344564567
Binary1011011111000101011010001011101011100100101110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B762B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B762B4; }

 p { color: rgb(183,98,180); }

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

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

 a { background-color: rgb(183,98,180); }

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

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

 span { border-color: rgb(183,98,180); }

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