#BB65BC

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

Shades of Fuchsia #BB65BC

Tints of Fuchsia #BB65BC

Color information

#BB65BC (or 0xBB65BC) is unknown color: approx Fuchsia. HEX triplet: BB, 65 and BC. RGB value is (187,101,188). Sum of RGB (Red+Green+Blue) = 187+101+188=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB65BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB65BC is #449A43. Grayscale: #888888. Windows color (decimal): -4495940 or 12346811. OLE color: 12346811.

HSL color Cylindrical-coordinate representation of color #BB65BC: hue angle of 299.31º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB65BC is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187101188-
CMYK0.010.4600.26
HSL299.31º39.37%56.67%-
HSV(B)299.31º46.28%73.73%-
XYZ34.2223.550.31-
YUV136.63156.99163.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.29%
GREEN value IS 101 (39.84% from 255) = 21.22%
BLUE value IS 188 (73.83% from 255) = 39.50%
R=39.29%
G=21.22%
B=39.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871011880.010.4600.26299.3139.3756.67
HexBB65BC12E01A12b2739
Octal2731452741560324534771
Binary101110111100101101111001101110011010100101011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB65BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB65BC; }

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

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

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

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

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

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

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

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