#B650B3

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

Shades of Fuchsia #B650B3

Tints of Fuchsia #B650B3

Color information

#B650B3 (or 0xB650B3) is unknown color: approx Fuchsia. HEX triplet: B6, 50 and B3. RGB value is (182,80,179). Sum of RGB (Red+Green+Blue) = 182+80+179=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B650B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B650B3 is #49AF4C. Grayscale: #797979. Windows color (decimal): -4829005 or 11751606. OLE color: 11751606.

HSL color Cylindrical-coordinate representation of color #B650B3: hue angle of 301.76º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B650B3 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB18280179-
CMYK00.560.020.29
HSL301.76º41.13%51.37%-
HSV(B)301.76º56.04%71.37%-
XYZ30.318.9444.71-
YUV121.78160.29170.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 80 (31.64% from 255) = 18.14%
BLUE value IS 179 (70.31% from 255) = 40.59%
R=41.27%
G=18.14%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828017900.560.020.29301.7641.1351.37
HexB650B303821D12e2933
Octal2661202630702354565163
Binary1011011010100001011001101110001011101100101110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B650B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B650B3; }

 p { color: rgb(182,80,179); }

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

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

 a { background-color: rgb(182,80,179); }

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

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

 span { border-color: rgb(182,80,179); }

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