#B650BA

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

Shades of Fuchsia #B650BA

Tints of Fuchsia #B650BA

Color information

#B650BA (or 0xB650BA) is unknown color: approx Fuchsia. HEX triplet: B6, 50 and BA. RGB value is (182,80,186). Sum of RGB (Red+Green+Blue) = 182+80+186=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #B650BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B650BA is #49AF45. Grayscale: #7A7A7A. Windows color (decimal): -4828998 or 12210358. OLE color: 12210358.

HSL color Cylindrical-coordinate representation of color #B650BA: hue angle of 297.74º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B650BA is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18280186-
CMYK0.020.5700.27
HSL297.74º43.44%52.16%-
HSV(B)297.74º56.99%72.94%-
XYZ31.0219.2348.53-
YUV122.58163.79170.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.62%
GREEN value IS 80 (31.64% from 255) = 17.86%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=40.62%
G=17.86%
B=41.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182801860.020.5700.27297.7443.4452.16
HexB650BA23901B12a2b34
Octal2661202722710334525364
Binary1011011010100001011101010111001011011100101010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B650BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B650BA; }

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

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

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

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

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

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

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

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