#B462BB

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

Shades of Fuchsia #B462BB

Tints of Fuchsia #B462BB

Color information

#B462BB (or 0xB462BB) is unknown color: approx Fuchsia. HEX triplet: B4, 62 and BB. RGB value is (180,98,187). Sum of RGB (Red+Green+Blue) = 180+98+187=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #B462BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B462BB is #4B9D44. Grayscale: #848484. Windows color (decimal): -4955461 or 12280500. OLE color: 12280500.

HSL color Cylindrical-coordinate representation of color #B462BB: hue angle of 295.28º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B462BB is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18098187-
CMYK0.040.4800.27
HSL295.28º39.56%55.88%-
HSV(B)295.28º47.59%73.33%-
XYZ32.1622.0349.57-
YUV132.66158.67161.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 98 (38.67% from 255) = 21.08%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=38.71%
G=21.08%
B=40.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180981870.040.4800.27295.2839.5655.88
HexB462BB43001B1272838
Octal2641422734600334475070
Binary10110100110001010111011100110000011011100100111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B462BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B462BB; }

 p { color: rgb(180,98,187); }

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

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

 a { background-color: rgb(180,98,187); }

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

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

 span { border-color: rgb(180,98,187); }

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