#B974E9

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

Shades of Medium Orchid #B974E9

Tints of Medium Orchid #B974E9

Color information

#B974E9 (or 0xB974E9) is unknown color: approx Medium Orchid. HEX triplet: B9, 74 and E9. RGB value is (185,116,233). Sum of RGB (Red+Green+Blue) = 185+116+233=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #B974E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B974E9 is #468B16. Grayscale: #959595. Windows color (decimal): -4623127 or 15299769. OLE color: 15299769.

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

Color convert

RGB185116233-
CMYK0.210.5000.09
HSL275.38º72.67%68.43%-
HSV(B)275.38º50.21%91.37%-
XYZ40.9628.6980.47-
YUV149.97174.86152.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 116 (45.70% from 255) = 21.72%
BLUE value IS 233 (91.41% from 255) = 43.63%
R=34.64%
G=21.72%
B=43.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1851162330.210.5000.09275.3872.6768.43
HexB974E91532091134944
Octal2711643512562011423111104
Binary10111001111010011101001101011100100100110001001110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B974E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B974E9; }

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

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

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

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

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

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

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

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