#B650BD

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

Shades of Fuchsia #B650BD

Tints of Fuchsia #B650BD

Color information

#B650BD (or 0xB650BD) is unknown color: approx Fuchsia. HEX triplet: B6, 50 and BD. RGB value is (182,80,189). Sum of RGB (Red+Green+Blue) = 182+80+189=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #B650BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B650BD is #49AF42. Grayscale: #7A7A7A. Windows color (decimal): -4828995 or 12406966. OLE color: 12406966.

HSL color Cylindrical-coordinate representation of color #B650BD: hue angle of 296.15º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B650BD is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18280189-
CMYK0.040.5800.26
HSL296.15º45.23%52.75%-
HSV(B)296.15º57.67%74.12%-
XYZ31.3519.3650.23-
YUV122.92165.29170.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 80 (31.64% from 255) = 17.74%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=40.35%
G=17.74%
B=41.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal182801890.040.5800.26296.1545.2352.75
HexB650BD43A01A1282d35
Octal2661202754720324505565
Binary10110110101000010111101100111010011010100101000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B650BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B650BD; }

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

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

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

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

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

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

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

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