#BB55FF

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

Shades of Medium Orchid #BB55FF

Tints of Medium Orchid #BB55FF

Color information

#BB55FF (or 0xBB55FF) is unknown color: approx Medium Orchid. HEX triplet: BB, 55 and FF. RGB value is (187,85,255). Sum of RGB (Red+Green+Blue) = 187+85+255=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB55FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB55FF is #44AA00. Grayscale: #868686. Windows color (decimal): -4499969 or 16733627. OLE color: 16733627.

HSL color Cylindrical-coordinate representation of color #BB55FF: hue angle of 276º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB55FF is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18785255-
CMYK0.270.6700
HSL276º100%66.67%-
HSV(B)276º66.67%100%-
XYZ41.7924.2897.09-
YUV134.88195.79165.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 85 (33.59% from 255) = 16.13%
BLUE value IS 255 (100% from 255) = 48.39%
R=35.48%
G=16.13%
B=48.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal187852550.270.670027610066.67
HexBB55FF1B43001146443
Octal2731253773310300424144103
Binary101110111010101111111111101110000110010001010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB55FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB55FF; }

 p { color: rgb(187,85,255); }

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

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

 a { background-color: rgb(187,85,255); }

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

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

 span { border-color: rgb(187,85,255); }

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