#B769B2

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

Shades of Fuchsia #B769B2

Tints of Fuchsia #B769B2

Color information

#B769B2 (or 0xB769B2) is unknown color: approx Fuchsia. HEX triplet: B7, 69 and B2. RGB value is (183,105,178). Sum of RGB (Red+Green+Blue) = 183+105+178=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B769B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B769B2 is #48964D. Grayscale: #888888. Windows color (decimal): -4757070 or 11692471. OLE color: 11692471.

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

Color convert

RGB183105178-
CMYK00.430.030.28
HSL303.85º35.14%56.47%-
HSV(B)303.85º42.62%71.76%-
XYZ32.6223.3844.91-
YUV136.64151.34161.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.27%
GREEN value IS 105 (41.41% from 255) = 22.53%
BLUE value IS 178 (69.92% from 255) = 38.20%
R=39.27%
G=22.53%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310517800.430.030.28303.8535.1456.47
HexB769B202B31C1302338
Octal2671512620533344604370
Binary1011011111010011011001001010111111100100110000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B769B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B769B2; }

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

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

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

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

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

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

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

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