#bb74e9

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

Shades of Medium Orchid #BB74E9

Tints of Medium Orchid #BB74E9

Color information

#BB74E9 (or 0xBB74E9) is unknown color: approx Medium Orchid. HEX triplet: BB, 74 and E9. RGB value is (187,116,233). Sum of RGB (Red+Green+Blue) = 187+116+233=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB74E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB74E9 is #448B16. Grayscale: #969696. Windows color (decimal): -4492055 or 15299771. OLE color: 15299771.

HSL color Cylindrical-coordinate representation of color #BB74E9: hue angle of 276.41º degrees, saturation: 0.73, 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 #BB74E9 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187116233-
CMYK0.200.5000.09
HSL276.41º72.67%68.43%-
HSV(B)276.41º50.21%91.37%-
XYZ41.4528.9480.49-
YUV150.57174.52153.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 116 (45.70% from 255) = 21.64%
BLUE value IS 233 (91.41% from 255) = 43.47%
R=34.89%
G=21.64%
B=43.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871162330.200.5000.09276.4172.6768.43
HexBB74E91432091144944
Octal2731643512462011424111104
Binary10111011111010011101001101001100100100110001010010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb74e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb74e9; }

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

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

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

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

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

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

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

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