#B760C1

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

Shades of Fuchsia #B760C1

Tints of Fuchsia #B760C1

Color information

#B760C1 (or 0xB760C1) is unknown color: approx Fuchsia. HEX triplet: B7, 60 and C1. RGB value is (183,96,193). Sum of RGB (Red+Green+Blue) = 183+96+193=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #B760C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B760C1 is #489F3E. Grayscale: #848484. Windows color (decimal): -4759359 or 12673207. OLE color: 12673207.

HSL color Cylindrical-coordinate representation of color #B760C1: hue angle of 293.81º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B760C1 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18396193-
CMYK0.050.5000.24
HSL293.81º43.89%56.67%-
HSV(B)293.81º50.26%75.69%-
XYZ33.3422.2853-
YUV133.07161.82163.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.77%
GREEN value IS 96 (37.89% from 255) = 20.34%
BLUE value IS 193 (75.78% from 255) = 40.89%
R=38.77%
G=20.34%
B=40.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183961930.050.5000.24293.8143.8956.67
HexB760C15320181262c39
Octal2671403015620304465471
Binary10110111110000011000001101110010011000100100110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B760C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B760C1; }

 p { color: rgb(183,96,193); }

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

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

 a { background-color: rgb(183,96,193); }

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

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

 span { border-color: rgb(183,96,193); }

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