#B65DBB

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

Shades of Fuchsia #B65DBB

Tints of Fuchsia #B65DBB

Color information

#B65DBB (or 0xB65DBB) is unknown color: approx Fuchsia. HEX triplet: B6, 5D and BB. RGB value is (182,93,187). Sum of RGB (Red+Green+Blue) = 182+93+187=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #B65DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DBB is #49A244. Grayscale: #828282. Windows color (decimal): -4825669 or 12279222. OLE color: 12279222.

HSL color Cylindrical-coordinate representation of color #B65DBB: hue angle of 296.81º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B65DBB is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18293187-
CMYK0.030.5000.27
HSL296.81º40.87%54.9%-
HSV(B)296.81º50.27%73.33%-
XYZ32.1821.3649.44-
YUV130.33159.99164.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.39%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=39.39%
G=20.13%
B=40.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182931870.030.5000.27296.8140.8754.9
HexB65DBB33201B1292937
Octal2661352733620334515167
Binary1011011010111011011101111110010011011100101001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65DBB; }

 p { color: rgb(182,93,187); }

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

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

 a { background-color: rgb(182,93,187); }

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

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

 span { border-color: rgb(182,93,187); }

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