#B769B4

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

Shades of Fuchsia #B769B4

Tints of Fuchsia #B769B4

Color information

#B769B4 (or 0xB769B4) is unknown color: approx Fuchsia. HEX triplet: B7, 69 and B4. RGB value is (183,105,180). Sum of RGB (Red+Green+Blue) = 183+105+180=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B769B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769B4 is #48964B. Grayscale: #888888. Windows color (decimal): -4757068 or 11823543. OLE color: 11823543.

HSL color Cylindrical-coordinate representation of color #B769B4: hue angle of 302.31º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B769B4 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB183105180-
CMYK00.430.020.28
HSL302.31º35.14%56.47%-
HSV(B)302.31º42.62%71.76%-
XYZ32.8223.4745.98-
YUV136.87152.34160.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.10%
GREEN value IS 105 (41.41% from 255) = 22.44%
BLUE value IS 180 (70.70% from 255) = 38.46%
R=39.10%
G=22.44%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310518000.430.020.28302.3135.1456.47
HexB769B402B21C12e2338
Octal2671512640532344564370
Binary1011011111010011011010001010111011100100101110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B769B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B769B4; }

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

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

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

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

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

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

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

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