#B770C0

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

Shades of Fuchsia #B770C0

Tints of Fuchsia #B770C0

Color information

#B770C0 (or 0xB770C0) is unknown color: approx Fuchsia. HEX triplet: B7, 70 and C0. RGB value is (183,112,192). Sum of RGB (Red+Green+Blue) = 183+112+192=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 192 - color contains mainly: blue. Hex color #B770C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770C0 is #488F3F. Grayscale: #8E8E8E. Windows color (decimal): -4755264 or 12611767. OLE color: 12611767.

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

Color convert

RGB183112192-
CMYK0.050.4200.25
HSL293.25º38.83%59.61%-
HSV(B)293.25º41.67%75.29%-
XYZ34.8425.4652.95-
YUV142.35156.02157-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.58%
GREEN value IS 112 (44.14% from 255) = 23.00%
BLUE value IS 192 (75.39% from 255) = 39.43%
R=37.58%
G=23.00%
B=39.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831121920.050.4200.25293.2538.8359.61
HexB770C052A019125273c
Octal2671603005520314454774
Binary10110111111000011000000101101010011001100100101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B770C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B770C0; }

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

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

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

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

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

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

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

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