#bb73e0

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

Shades of Medium Orchid #BB73E0

Tints of Medium Orchid #BB73E0

Color information

#BB73E0 (or 0xBB73E0) is unknown color: approx Medium Orchid. HEX triplet: BB, 73 and E0. RGB value is (187,115,224). Sum of RGB (Red+Green+Blue) = 187+115+224=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB73E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73E0 is #448C1F. Grayscale: #949494. Windows color (decimal): -4492320 or 14709691. OLE color: 14709691.

HSL color Cylindrical-coordinate representation of color #BB73E0: hue angle of 279.63º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB73E0 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187115224-
CMYK0.170.4900.12
HSL279.63º63.74%66.47%-
HSV(B)279.63º48.66%87.84%-
XYZ40.0828.2173.85-
YUV148.95170.35155.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 115 (45.31% from 255) = 21.86%
BLUE value IS 224 (87.89% from 255) = 42.59%
R=35.55%
G=21.86%
B=42.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871152240.170.4900.12279.6363.7466.47
HexBB73E011310C1184042
Octal2731633402161014430100102
Binary10111011111001111100000100011100010110010001100010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb73e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb73e0; }

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

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

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

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

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

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

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

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