#B65CB0

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

Shades of Fuchsia #B65CB0

Tints of Fuchsia #B65CB0

Color information

#B65CB0 (or 0xB65CB0) is unknown color: approx Fuchsia. HEX triplet: B6, 5C and B0. RGB value is (182,92,176). Sum of RGB (Red+Green+Blue) = 182+92+176=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B65CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65CB0 is #49A34F. Grayscale: #808080. Windows color (decimal): -4825936 or 11558070. OLE color: 11558070.

HSL color Cylindrical-coordinate representation of color #B65CB0: hue angle of 304º 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 #B65CB0 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18292176-
CMYK00.490.030.29
HSL304º38.14%53.73%-
HSV(B)304º49.45%71.37%-
XYZ30.9620.7343.44-
YUV128.49154.82166.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 92 (36.33% from 255) = 20.44%
BLUE value IS 176 (69.14% from 255) = 39.11%
R=40.44%
G=20.44%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829217600.490.030.2930438.1453.73
HexB65CB003131D1302636
Octal2661342600613354604666
Binary1011011010111001011000001100011111101100110000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65CB0; }

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

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

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

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

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

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

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

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