#B769C3

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

Shades of Fuchsia #B769C3

Tints of Fuchsia #B769C3

Color information

#B769C3 (or 0xB769C3) is unknown color: approx Fuchsia. HEX triplet: B7, 69 and C3. RGB value is (183,105,195). Sum of RGB (Red+Green+Blue) = 183+105+195=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #B769C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769C3 is #48963C. Grayscale: #8A8A8A. Windows color (decimal): -4757053 or 12806583. OLE color: 12806583.

HSL color Cylindrical-coordinate representation of color #B769C3: hue angle of 292º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B769C3 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB183105195-
CMYK0.060.4600.24
HSL292º42.86%58.82%-
HSV(B)292º46.15%76.47%-
XYZ34.4324.1154.47-
YUV138.58159.84159.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.89%
GREEN value IS 105 (41.41% from 255) = 21.74%
BLUE value IS 195 (76.56% from 255) = 40.37%
R=37.89%
G=21.74%
B=40.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831051950.060.4600.2429242.8658.82
HexB769C362E0181242b3b
Octal2671513036560304445373
Binary10110111110100111000011110101110011000100100100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B769C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B769C3; }

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

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

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

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

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

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

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

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