#B765C0

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

Shades of Fuchsia #B765C0

Tints of Fuchsia #B765C0

Color information

#B765C0 (or 0xB765C0) is unknown color: approx Fuchsia. HEX triplet: B7, 65 and C0. RGB value is (183,101,192). Sum of RGB (Red+Green+Blue) = 183+101+192=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #B765C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B765C0 is #489A3F. Grayscale: #878787. Windows color (decimal): -4758080 or 12608951. OLE color: 12608951.

HSL color Cylindrical-coordinate representation of color #B765C0: hue angle of 294.07º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B765C0 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183101192-
CMYK0.050.4700.25
HSL294.07º41.94%57.45%-
HSV(B)294.07º47.4%75.29%-
XYZ33.723.1852.57-
YUV135.89159.67161.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.45%
GREEN value IS 101 (39.84% from 255) = 21.22%
BLUE value IS 192 (75.39% from 255) = 40.34%
R=38.45%
G=21.22%
B=40.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831011920.050.4700.25294.0741.9457.45
HexB765C052F0191262a39
Octal2671453005570314465271
Binary10110111110010111000000101101111011001100100110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B765C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B765C0; }

 p { color: rgb(183,101,192); }

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

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

 a { background-color: rgb(183,101,192); }

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

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

 span { border-color: rgb(183,101,192); }

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