#B246BE

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

Shades of Fuchsia #B246BE

Tints of Fuchsia #B246BE

Color information

#B246BE (or 0xB246BE) is unknown color: approx Fuchsia. HEX triplet: B2, 46 and BE. RGB value is (178,70,190). Sum of RGB (Red+Green+Blue) = 178+70+190=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #B246BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B246BE is #4DB941. Grayscale: #737373. Windows color (decimal): -5093698 or 12469938. OLE color: 12469938.

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

Color convert

RGB17870190-
CMYK0.060.6300.25
HSL294º48%50.98%-
HSV(B)294º63.16%74.51%-
XYZ29.8417.5650.53-
YUV115.97169.78172.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.64%
GREEN value IS 70 (27.73% from 255) = 15.98%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=40.64%
G=15.98%
B=43.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178701900.060.6300.252944850.98
HexB246BE63F0191263033
Octal2621062766770314466063
Binary10110010100011010111110110111111011001100100110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B246BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B246BE; }

 p { color: rgb(178,70,190); }

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

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

 a { background-color: rgb(178,70,190); }

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

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

 span { border-color: rgb(178,70,190); }

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