#BB51FF

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

Shades of Medium Orchid #BB51FF

Tints of Medium Orchid #BB51FF

Color information

#BB51FF (or 0xBB51FF) is unknown color: approx Medium Orchid. HEX triplet: BB, 51 and FF. RGB value is (187,81,255). Sum of RGB (Red+Green+Blue) = 187+81+255=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB51FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB51FF is #44AE00. Grayscale: #838383. Windows color (decimal): -4500993 or 16732603. OLE color: 16732603.

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

Color convert

RGB18781255-
CMYK0.270.6800
HSL276.55º100%65.88%-
HSV(B)276.55º68.24%100%-
XYZ41.4923.6796.99-
YUV132.53197.12166.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 81 (32.03% from 255) = 15.49%
BLUE value IS 255 (100% from 255) = 48.76%
R=35.76%
G=15.49%
B=48.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal187812550.270.6800276.5510065.88
HexBB51FF1B44001156442
Octal2731213773310400425144102
Binary101110111010001111111111101110001000010001010111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB51FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB51FF; }

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

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

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

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

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

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

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

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