#BB74E7

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

Shades of Medium Orchid #BB74E7

Tints of Medium Orchid #BB74E7

Color information

#BB74E7 (or 0xBB74E7) is unknown color: approx Medium Orchid. HEX triplet: BB, 74 and E7. RGB value is (187,116,231). Sum of RGB (Red+Green+Blue) = 187+116+231=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB74E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB74E7 is #448B18. Grayscale: #959595. Windows color (decimal): -4492057 or 15168699. OLE color: 15168699.

HSL color Cylindrical-coordinate representation of color #BB74E7: hue angle of 277.04º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB74E7 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187116231-
CMYK0.190.5000.09
HSL277.04º70.55%68.04%-
HSV(B)277.04º49.78%90.59%-
XYZ41.1628.8379-
YUV150.34173.52154.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 116 (45.70% from 255) = 21.72%
BLUE value IS 231 (90.62% from 255) = 43.26%
R=35.02%
G=21.72%
B=43.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871162310.190.5000.09277.0470.5568.04
HexBB74E71332091154744
Octal2731643472362011425107104
Binary10111011111010011100111100111100100100110001010110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB74E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB74E7; }

 p { color: rgb(187,116,231); }

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

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

 a { background-color: rgb(187,116,231); }

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

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

 span { border-color: rgb(187,116,231); }

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