#B85BBE

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

Shades of Fuchsia #B85BBE

Tints of Fuchsia #B85BBE

Color information

#B85BBE (or 0xB85BBE) is unknown color: approx Fuchsia. HEX triplet: B8, 5B and BE. RGB value is (184,91,190). Sum of RGB (Red+Green+Blue) = 184+91+190=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #B85BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BBE is #47A441. Grayscale: #818181. Windows color (decimal): -4695106 or 12475320. OLE color: 12475320.

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

Color convert

RGB18491190-
CMYK0.030.5200.25
HSL296.36º43.23%55.1%-
HSV(B)296.36º52.11%74.51%-
XYZ32.821.3951.12-
YUV130.09161.81166.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.57%
GREEN value IS 91 (35.94% from 255) = 19.57%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=39.57%
G=19.57%
B=40.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184911900.030.5200.25296.3643.2355.1
HexB85BBE3340191282b37
Octal2701332763640314505367
Binary1011100010110111011111011110100011001100101000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85BBE; }

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

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

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

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

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

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

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

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