#B662BE

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

Shades of Fuchsia #B662BE

Tints of Fuchsia #B662BE

Color information

#B662BE (or 0xB662BE) is unknown color: approx Fuchsia. HEX triplet: B6, 62 and BE. RGB value is (182,98,190). Sum of RGB (Red+Green+Blue) = 182+98+190=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #B662BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662BE is #499D41. Grayscale: #858585. Windows color (decimal): -4824386 or 12477110. OLE color: 12477110.

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

Color convert

RGB18298190-
CMYK0.040.4800.25
HSL294.78º41.44%56.47%-
HSV(B)294.78º48.42%74.51%-
XYZ32.9522.451.3-
YUV133.6159.83162.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.72%
GREEN value IS 98 (38.67% from 255) = 20.85%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=38.72%
G=20.85%
B=40.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182981900.040.4800.25294.7841.4456.47
HexB662BE4300191272938
Octal2661422764600314475170
Binary10110110110001010111110100110000011001100100111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B662BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B662BE; }

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

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

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

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

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

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

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

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