#B65CC2

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

Shades of Fuchsia #B65CC2

Tints of Fuchsia #B65CC2

Color information

#B65CC2 (or 0xB65CC2) is unknown color: approx Fuchsia. HEX triplet: B6, 5C and C2. RGB value is (182,92,194). Sum of RGB (Red+Green+Blue) = 182+92+194=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #B65CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CC2 is #49A33D. Grayscale: #828282. Windows color (decimal): -4825918 or 12737718. OLE color: 12737718.

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

Color convert

RGB18292194-
CMYK0.060.5300.24
HSL292.94º45.54%56.08%-
HSV(B)292.94º52.58%76.08%-
XYZ32.8621.4953.46-
YUV130.54163.82164.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 92 (36.33% from 255) = 19.66%
BLUE value IS 194 (76.17% from 255) = 41.45%
R=38.89%
G=19.66%
B=41.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182921940.060.5300.24292.9445.5456.08
HexB65CC26350181252e38
Octal2661343026650304455670
Binary10110110101110011000010110110101011000100100101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65CC2; }

 p { color: rgb(182,92,194); }

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

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

 a { background-color: rgb(182,92,194); }

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

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

 span { border-color: rgb(182,92,194); }

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