#B85CBD

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

Shades of Fuchsia #B85CBD

Tints of Fuchsia #B85CBD

Color information

#B85CBD (or 0xB85CBD) is unknown color: approx Fuchsia. HEX triplet: B8, 5C and BD. RGB value is (184,92,189). Sum of RGB (Red+Green+Blue) = 184+92+189=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #B85CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CBD is #47A342. Grayscale: #828282. Windows color (decimal): -4694851 or 12410040. OLE color: 12410040.

HSL color Cylindrical-coordinate representation of color #B85CBD: hue angle of 296.91º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85CBD is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18492189-
CMYK0.030.5100.26
HSL296.91º42.36%55.1%-
HSV(B)296.91º51.32%74.12%-
XYZ32.7821.5250.57-
YUV130.57160.98166.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.57%
GREEN value IS 92 (36.33% from 255) = 19.78%
BLUE value IS 189 (74.22% from 255) = 40.65%
R=39.57%
G=19.78%
B=40.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184921890.030.5100.26296.9142.3655.1
HexB85CBD33301A1292a37
Octal2701342753630324515267
Binary1011100010111001011110111110011011010100101001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85CBD; }

 p { color: rgb(184,92,189); }

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

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

 a { background-color: rgb(184,92,189); }

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

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

 span { border-color: rgb(184,92,189); }

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