#B868B7

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

Shades of Fuchsia #B868B7

Tints of Fuchsia #B868B7

Color information

#B868B7 (or 0xB868B7) is unknown color: approx Fuchsia. HEX triplet: B8, 68 and B7. RGB value is (184,104,183). Sum of RGB (Red+Green+Blue) = 184+104+183=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B868B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B868B7 is #479748. Grayscale: #888888. Windows color (decimal): -4691785 or 12019896. OLE color: 12019896.

HSL color Cylindrical-coordinate representation of color #B868B7: hue angle of 300.75º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B868B7 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB184104183-
CMYK00.430.010.28
HSL300.75º36.04%56.47%-
HSV(B)300.75º43.48%72.16%-
XYZ33.2623.5147.58-
YUV136.93154161.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 104 (41.02% from 255) = 22.08%
BLUE value IS 183 (71.88% from 255) = 38.85%
R=39.07%
G=22.08%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410418300.430.010.28300.7536.0456.47
HexB868B702B11C12d2438
Octal2701502670531344554470
Binary101110001101000101101110101011111100100101101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B868B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B868B7; }

 p { color: rgb(184,104,183); }

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

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

 a { background-color: rgb(184,104,183); }

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

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

 span { border-color: rgb(184,104,183); }

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