#B973EB

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

Shades of Medium Orchid #B973EB

Tints of Medium Orchid #B973EB

Color information

#B973EB (or 0xB973EB) is unknown color: approx Medium Orchid. HEX triplet: B9, 73 and EB. RGB value is (185,115,235). Sum of RGB (Red+Green+Blue) = 185+115+235=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #B973EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B973EB is #468C14. Grayscale: #959595. Windows color (decimal): -4623381 or 15430585. OLE color: 15430585.

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

Color convert

RGB185115235-
CMYK0.210.5100.08
HSL275º75%68.63%-
HSV(B)275º51.06%92.16%-
XYZ41.1328.5781.94-
YUV149.61176.19153.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.58%
GREEN value IS 115 (45.31% from 255) = 21.50%
BLUE value IS 235 (92.19% from 255) = 43.93%
R=34.58%
G=21.50%
B=43.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851152350.210.5100.082757568.63
HexB973EB1533081134b45
Octal2711633532563010423113105
Binary10111001111001111101011101011100110100010001001110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B973EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B973EB; }

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

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

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

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

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

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

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

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