#B762BD

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

Shades of Fuchsia #B762BD

Tints of Fuchsia #B762BD

Color information

#B762BD (or 0xB762BD) is unknown color: approx Fuchsia. HEX triplet: B7, 62 and BD. RGB value is (183,98,189). Sum of RGB (Red+Green+Blue) = 183+98+189=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #B762BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B762BD is #489D42. Grayscale: #858585. Windows color (decimal): -4758851 or 12411575. OLE color: 12411575.

HSL color Cylindrical-coordinate representation of color #B762BD: hue angle of 296.04º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B762BD is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18398189-
CMYK0.030.4800.26
HSL296.04º40.81%56.27%-
HSV(B)296.04º48.15%74.12%-
XYZ33.0822.4850.74-
YUV133.79159.16163.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.94%
GREEN value IS 98 (38.67% from 255) = 20.85%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=38.94%
G=20.85%
B=40.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal183981890.030.4800.26296.0440.8156.27
HexB762BD33001A1282938
Octal2671422753600324505170
Binary1011011111000101011110111110000011010100101000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B762BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B762BD; }

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

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

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

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

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

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

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

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