#B83CBB

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

Shades of Fuchsia #B83CBB

Tints of Fuchsia #B83CBB

Color information

#B83CBB (or 0xB83CBB) is unknown color: approx Fuchsia. HEX triplet: B8, 3C and BB. RGB value is (184,60,187). Sum of RGB (Red+Green+Blue) = 184+60+187=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #B83CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83CBB is #47C344. Grayscale: #6F6F6F. Windows color (decimal): -4703045 or 12270776. OLE color: 12270776.

HSL color Cylindrical-coordinate representation of color #B83CBB: hue angle of 298.58º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83CBB is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18460187-
CMYK0.020.6800.27
HSL298.58º51.42%48.43%-
HSV(B)298.58º67.91%73.33%-
XYZ30.3517.0148.7-
YUV111.55170.58179.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 60 (23.83% from 255) = 13.92%
BLUE value IS 187 (73.44% from 255) = 43.39%
R=42.69%
G=13.92%
B=43.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184601870.020.6800.27298.5851.4248.43
HexB83CBB24401B12b3330
Octal2707427321040334536360
Binary1011100011110010111011101000100011011100101011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83CBB; }

 p { color: rgb(184,60,187); }

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

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

 a { background-color: rgb(184,60,187); }

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

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

 span { border-color: rgb(184,60,187); }

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