#B249BE

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

Shades of Fuchsia #B249BE

Tints of Fuchsia #B249BE

Color information

#B249BE (or 0xB249BE) is unknown color: approx Fuchsia. HEX triplet: B2, 49 and BE. RGB value is (178,73,190). Sum of RGB (Red+Green+Blue) = 178+73+190=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #B249BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249BE is #4DB641. Grayscale: #757575. Windows color (decimal): -5092930 or 12470706. OLE color: 12470706.

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

Color convert

RGB17873190-
CMYK0.060.6200.25
HSL293.85º47.37%51.57%-
HSV(B)293.85º61.58%74.51%-
XYZ30.0417.9550.6-
YUV117.73168.79170.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 73 (28.91% from 255) = 16.55%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=40.36%
G=16.55%
B=43.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178731900.060.6200.25293.8547.3751.57
HexB249BE63E0191262f34
Octal2621112766760314465764
Binary10110010100100110111110110111110011001100100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B249BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B249BE; }

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

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

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

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

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

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

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

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