#B65EBB

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

Shades of Fuchsia #B65EBB

Tints of Fuchsia #B65EBB

Color information

#B65EBB (or 0xB65EBB) is unknown color: approx Fuchsia. HEX triplet: B6, 5E and BB. RGB value is (182,94,187). Sum of RGB (Red+Green+Blue) = 182+94+187=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #B65EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65EBB is #49A144. Grayscale: #828282. Windows color (decimal): -4825413 or 12279478. OLE color: 12279478.

HSL color Cylindrical-coordinate representation of color #B65EBB: hue angle of 296.77º 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 #B65EBB is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18294187-
CMYK0.030.5000.27
HSL296.77º40.61%55.1%-
HSV(B)296.77º49.73%73.33%-
XYZ32.2621.5449.47-
YUV130.91159.65164.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.31%
GREEN value IS 94 (37.11% from 255) = 20.30%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=39.31%
G=20.30%
B=40.39%

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
Decimal182941870.030.5000.27296.7740.6155.1
HexB65EBB33201B1292937
Octal2661362733620334515167
Binary1011011010111101011101111110010011011100101001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65EBB; }

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

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

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

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

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

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

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

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