#bb5df7

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

Shades of Medium Orchid #BB5DF7

Tints of Medium Orchid #BB5DF7

Color information

#BB5DF7 (or 0xBB5DF7) is unknown color: approx Medium Orchid. HEX triplet: BB, 5D and F7. RGB value is (187,93,247). Sum of RGB (Red+Green+Blue) = 187+93+247=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB5DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5DF7 is #44A208. Grayscale: #8A8A8A. Windows color (decimal): -4497929 or 16211387. OLE color: 16211387.

HSL color Cylindrical-coordinate representation of color #BB5DF7: hue angle of 276.62º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB5DF7 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18793247-
CMYK0.240.6200.03
HSL276.62º90.59%66.67%-
HSV(B)276.62º62.35%96.86%-
XYZ41.225.1190.67-
YUV138.66189.14162.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 93 (36.72% from 255) = 17.65%
BLUE value IS 247 (96.88% from 255) = 46.87%
R=35.48%
G=17.65%
B=46.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal187932470.240.6200.03276.6290.5966.67
HexBB5DF7183E031155b43
Octal273135367307603425133103
Binary101110111011101111101111100011111001110001010110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb5df7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb5df7; }

 p { color: rgb(187,93,247); }

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

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

 a { background-color: rgb(187,93,247); }

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

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

 span { border-color: rgb(187,93,247); }

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