#B65CC1

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

Shades of Fuchsia #B65CC1

Tints of Fuchsia #B65CC1

Color information

#B65CC1 (or 0xB65CC1) is unknown color: approx Fuchsia. HEX triplet: B6, 5C and C1. RGB value is (182,92,193). Sum of RGB (Red+Green+Blue) = 182+92+193=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #B65CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CC1 is #49A33E. Grayscale: #828282. Windows color (decimal): -4825919 or 12672182. OLE color: 12672182.

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

Color convert

RGB18292193-
CMYK0.060.5200.24
HSL293.47º44.89%55.88%-
HSV(B)293.47º52.33%75.69%-
XYZ32.7421.4552.87-
YUV130.42163.32164.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 92 (36.33% from 255) = 19.70%
BLUE value IS 193 (75.78% from 255) = 41.33%
R=38.97%
G=19.70%
B=41.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182921930.060.5200.24293.4744.8955.88
HexB65CC16340181252d38
Octal2661343016640304455570
Binary10110110101110011000001110110100011000100100101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65CC1; }

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

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

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

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

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

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

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

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