#BB65B0

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

Shades of Fuchsia #BB65B0

Tints of Fuchsia #BB65B0

Color information

#BB65B0 (or 0xBB65B0) is unknown color: approx Fuchsia. HEX triplet: BB, 65 and B0. RGB value is (187,101,176). Sum of RGB (Red+Green+Blue) = 187+101+176=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB65B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB65B0 is #449A4F. Grayscale: #878787. Windows color (decimal): -4495952 or 11560379. OLE color: 11560379.

HSL color Cylindrical-coordinate representation of color #BB65B0: hue angle of 307.67º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB65B0 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB187101176-
CMYK00.460.060.27
HSL307.67º38.74%56.47%-
HSV(B)307.67º45.99%73.33%-
XYZ32.9823.0143.78-
YUV135.26150.99164.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 101 (39.84% from 255) = 21.77%
BLUE value IS 176 (69.14% from 255) = 37.93%
R=40.30%
G=21.77%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710117600.460.060.27307.6738.7456.47
HexBB65B002E61B1342738
Octal2731452600566334644770
Binary10111011110010110110000010111011011011100110100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB65B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB65B0; }

 p { color: rgb(187,101,176); }

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

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

 a { background-color: rgb(187,101,176); }

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

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

 span { border-color: rgb(187,101,176); }

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