#B245BE

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

Shades of Fuchsia #B245BE

Tints of Fuchsia #B245BE

Color information

#B245BE (or 0xB245BE) is unknown color: approx Fuchsia. HEX triplet: B2, 45 and BE. RGB value is (178,69,190). Sum of RGB (Red+Green+Blue) = 178+69+190=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #B245BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B245BE is #4DBA41. Grayscale: #737373. Windows color (decimal): -5093954 or 12469682. OLE color: 12469682.

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

Color convert

RGB17869190-
CMYK0.060.6400.25
HSL294.05º48.21%50.78%-
HSV(B)294.05º63.68%74.51%-
XYZ29.7817.4450.51-
YUV115.38170.11172.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.73%
GREEN value IS 69 (27.34% from 255) = 15.79%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=40.73%
G=15.79%
B=43.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178691900.060.6400.25294.0548.2150.78
HexB245BE6400191263033
Octal26210527661000314466063
Binary101100101000101101111101101000000011001100100110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B245BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B245BE; }

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

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

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

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

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

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

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

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