#B662BB

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

Shades of Fuchsia #B662BB

Tints of Fuchsia #B662BB

Color information

#B662BB (or 0xB662BB) is unknown color: approx Fuchsia. HEX triplet: B6, 62 and BB. RGB value is (182,98,187). Sum of RGB (Red+Green+Blue) = 182+98+187=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #B662BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662BB is #499D44. Grayscale: #848484. Windows color (decimal): -4824389 or 12280502. OLE color: 12280502.

HSL color Cylindrical-coordinate representation of color #B662BB: hue angle of 296.63º 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 #B662BB is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18298187-
CMYK0.030.4800.27
HSL296.63º39.56%55.88%-
HSV(B)296.63º47.59%73.33%-
XYZ32.6322.2749.59-
YUV133.26158.33162.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 98 (38.67% from 255) = 20.99%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=38.97%
G=20.99%
B=40.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182981870.030.4800.27296.6339.5655.88
HexB662BB33001B1292838
Octal2661422733600334515070
Binary1011011011000101011101111110000011011100101001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B662BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B662BB; }

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

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

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

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

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

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

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

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