#BB5EF5

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

Shades of Medium Orchid #BB5EF5

Tints of Medium Orchid #BB5EF5

Color information

#BB5EF5 (or 0xBB5EF5) is unknown color: approx Medium Orchid. HEX triplet: BB, 5E and F5. RGB value is (187,94,245). Sum of RGB (Red+Green+Blue) = 187+94+245=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 245 (96.09% from 255 or 46.58% from 526); Max value from RGB is 245 - color contains mainly: blue. Hex color #BB5EF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5EF5 is #44A10A. Grayscale: #8A8A8A. Windows color (decimal): -4497675 or 16080571. OLE color: 16080571.

HSL color Cylindrical-coordinate representation of color #BB5EF5: hue angle of 276.95º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB5EF5 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18794245-
CMYK0.240.6200.04
HSL276.95º88.3%66.47%-
HSV(B)276.95º61.63%96.08%-
XYZ40.9825.1689.08-
YUV139.02187.81162.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 94 (37.11% from 255) = 17.87%
BLUE value IS 245 (96.09% from 255) = 46.58%
R=35.55%
G=17.87%
B=46.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal187942450.240.6200.04276.9588.366.47
HexBB5EF5183E041155842
Octal273136365307604425130102
Binary1011101110111101111010111000111110010010001010110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5EF5; }

 p { color: rgb(187,94,245); }

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

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

 a { background-color: rgb(187,94,245); }

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

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

 span { border-color: rgb(187,94,245); }

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