#BB4AFF

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

Shades of Medium Orchid #BB4AFF

Tints of Medium Orchid #BB4AFF

Color information

#BB4AFF (or 0xBB4AFF) is unknown color: approx Medium Orchid. HEX triplet: BB, 4A and FF. RGB value is (187,74,255). Sum of RGB (Red+Green+Blue) = 187+74+255=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 74 (29.30% from 255 or 14.34% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB4AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4AFF is #44B500. Grayscale: #7F7F7F. Windows color (decimal): -4502785 or 16730811. OLE color: 16730811.

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

Color convert

RGB18774255-
CMYK0.270.7100
HSL277.46º100%64.51%-
HSV(B)277.46º70.98%100%-
XYZ40.9922.6896.83-
YUV128.42199.44169.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 74 (29.30% from 255) = 14.34%
BLUE value IS 255 (100% from 255) = 49.42%
R=36.24%
G=14.34%
B=49.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal187742550.270.7100277.4610064.51
HexBB4AFF1B47001156441
Octal2731123773310700425144101
Binary101110111001010111111111101110001110010001010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4AFF; }

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

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

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

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

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

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

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

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