#B65CAD

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

Shades of Fuchsia #B65CAD

Tints of Fuchsia #B65CAD

Color information

#B65CAD (or 0xB65CAD) is unknown color: approx Fuchsia. HEX triplet: B6, 5C and AD. RGB value is (182,92,173). Sum of RGB (Red+Green+Blue) = 182+92+173=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B65CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65CAD is #49A352. Grayscale: #7F7F7F. Windows color (decimal): -4825939 or 11361462. OLE color: 11361462.

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

Color convert

RGB18292173-
CMYK00.490.050.29
HSL306º38.14%53.73%-
HSV(B)306º49.45%71.37%-
XYZ30.6620.6241.9-
YUV128.14153.32166.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.72%
GREEN value IS 92 (36.33% from 255) = 20.58%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=40.72%
G=20.58%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829217300.490.050.2930638.1453.73
HexB65CAD03151D1322636
Octal2661342550615354624666
Binary10110110101110010101101011000110111101100110010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65CAD; }

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

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

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

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

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

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

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

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