#bb3ebe

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

Shades of Fuchsia #BB3EBE

Tints of Fuchsia #BB3EBE

Color information

#BB3EBE (or 0xBB3EBE) is unknown color: approx Fuchsia. HEX triplet: BB, 3E and BE. RGB value is (187,62,190). Sum of RGB (Red+Green+Blue) = 187+62+190=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB3EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3EBE is #44C141. Grayscale: #717171. Windows color (decimal): -4505922 or 12467899. OLE color: 12467899.

HSL color Cylindrical-coordinate representation of color #BB3EBE: hue angle of 298.59º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3EBE is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18762190-
CMYK0.020.6700.25
HSL298.59º50.79%49.41%-
HSV(B)298.59º67.37%74.51%-
XYZ31.5117.7350.48-
YUV113.97170.91180.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 62 (24.61% from 255) = 14.12%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=42.60%
G=14.12%
B=43.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187621900.020.6700.25298.5950.7949.41
HexBB3EBE24301912b3331
Octal2737627621030314536361
Binary1011101111111010111110101000011011001100101011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb3ebe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb3ebe; }

 p { color: rgb(187,62,190); }

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

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

 a { background-color: rgb(187,62,190); }

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

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

 span { border-color: rgb(187,62,190); }

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