#B65CB5

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

Shades of Fuchsia #B65CB5

Tints of Fuchsia #B65CB5

Color information

#B65CB5 (or 0xB65CB5) is unknown color: approx Fuchsia. HEX triplet: B6, 5C and B5. RGB value is (182,92,181). Sum of RGB (Red+Green+Blue) = 182+92+181=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B65CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CB5 is #49A34A. Grayscale: #808080. Windows color (decimal): -4825931 or 11885750. OLE color: 11885750.

HSL color Cylindrical-coordinate representation of color #B65CB5: hue angle of 300.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B65CB5 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18292181-
CMYK00.490.010.29
HSL300.67º38.14%53.73%-
HSV(B)300.67º49.45%71.37%-
XYZ31.4620.9446.1-
YUV129.06157.32165.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 92 (36.33% from 255) = 20.22%
BLUE value IS 181 (71.09% from 255) = 39.78%
R=40%
G=20.22%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829218100.490.010.29300.6738.1453.73
HexB65CB503111D12d2636
Octal2661342650611354554666
Binary101101101011100101101010110001111101100101101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65CB5; }

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

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

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

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

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

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

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

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