#B64BBF

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

Shades of Fuchsia #B64BBF

Tints of Fuchsia #B64BBF

Color information

#B64BBF (or 0xB64BBF) is unknown color: approx Fuchsia. HEX triplet: B6, 4B and BF. RGB value is (182,75,191). Sum of RGB (Red+Green+Blue) = 182+75+191=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #B64BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64BBF is #49B440. Grayscale: #777777. Windows color (decimal): -4830273 or 12536758. OLE color: 12536758.

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

Color convert

RGB18275191-
CMYK0.050.6100.25
HSL295.34º47.54%52.16%-
HSV(B)295.34º60.73%74.9%-
XYZ31.2118.7451.26-
YUV120.22167.95172.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.62%
GREEN value IS 75 (29.69% from 255) = 16.74%
BLUE value IS 191 (75% from 255) = 42.63%
R=40.62%
G=16.74%
B=42.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182751910.050.6100.25295.3447.5452.16
HexB64BBF53D0191273034
Octal2661132775750314476064
Binary10110110100101110111111101111101011001100100111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64BBF; }

 p { color: rgb(182,75,191); }

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

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

 a { background-color: rgb(182,75,191); }

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

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

 span { border-color: rgb(182,75,191); }

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