#B465BD

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

Shades of Fuchsia #B465BD

Tints of Fuchsia #B465BD

Color information

#B465BD (or 0xB465BD) is unknown color: approx Fuchsia. HEX triplet: B4, 65 and BD. RGB value is (180,101,189). Sum of RGB (Red+Green+Blue) = 180+101+189=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #B465BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465BD is #4B9A42. Grayscale: #868686. Windows color (decimal): -4954691 or 12412340. OLE color: 12412340.

HSL color Cylindrical-coordinate representation of color #B465BD: hue angle of 293.86º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B465BD is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180101189-
CMYK0.050.4700.26
HSL293.86º40%56.86%-
HSV(B)293.86º46.56%74.12%-
XYZ32.6622.6850.8-
YUV134.65158.67160.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 101 (39.84% from 255) = 21.49%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=38.30%
G=21.49%
B=40.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801011890.050.4700.26293.864056.86
HexB465BD52F01A1262839
Octal2641452755570324465071
Binary10110100110010110111101101101111011010100100110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B465BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B465BD; }

 p { color: rgb(180,101,189); }

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

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

 a { background-color: rgb(180,101,189); }

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

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

 span { border-color: rgb(180,101,189); }

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