#B82BBE

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

Shades of Fuchsia #B82BBE

Tints of Fuchsia #B82BBE

Color information

#B82BBE (or 0xB82BBE) is unknown color: approx Fuchsia. HEX triplet: B8, 2B and BE. RGB value is (184,43,190). Sum of RGB (Red+Green+Blue) = 184+43+190=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #B82BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82BBE is #47D441. Grayscale: #656565. Windows color (decimal): -4707394 or 12463032. OLE color: 12463032.

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

Color convert

RGB18443190-
CMYK0.030.7700.25
HSL297.55º63.09%45.69%-
HSV(B)297.55º77.37%74.51%-
XYZ29.9315.6450.16-
YUV101.92177.71186.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 43 (17.19% from 255) = 10.31%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=44.12%
G=10.31%
B=45.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184431900.030.7700.25297.5563.0945.69
HexB82BBE34D01912a3f2e
Octal2705327631150314527756
Binary1011100010101110111110111001101011001100101010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82BBE; }

 p { color: rgb(184,43,190); }

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

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

 a { background-color: rgb(184,43,190); }

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

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

 span { border-color: rgb(184,43,190); }

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