#BB73EB

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

Shades of Medium Orchid #BB73EB

Tints of Medium Orchid #BB73EB

Color information

#BB73EB (or 0xBB73EB) is unknown color: approx Medium Orchid. HEX triplet: BB, 73 and EB. RGB value is (187,115,235). Sum of RGB (Red+Green+Blue) = 187+115+235=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB73EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB73EB is #448C14. Grayscale: #959595. Windows color (decimal): -4492309 or 15430587. OLE color: 15430587.

HSL color Cylindrical-coordinate representation of color #BB73EB: hue angle of 276º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB73EB is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187115235-
CMYK0.200.5100.08
HSL276º75%68.63%-
HSV(B)276º51.06%92.16%-
XYZ41.6228.8281.97-
YUV150.21175.85154.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 115 (45.31% from 255) = 21.42%
BLUE value IS 235 (92.19% from 255) = 43.76%
R=34.82%
G=21.42%
B=43.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871152350.200.5100.082767568.63
HexBB73EB1433081144b45
Octal2731633532463010424113105
Binary10111011111001111101011101001100110100010001010010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB73EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB73EB; }

 p { color: rgb(187,115,235); }

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

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

 a { background-color: rgb(187,115,235); }

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

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

 span { border-color: rgb(187,115,235); }

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