#B974EA

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

Shades of Medium Orchid #B974EA

Tints of Medium Orchid #B974EA

Color information

#B974EA (or 0xB974EA) is unknown color: approx Medium Orchid. HEX triplet: B9, 74 and EA. RGB value is (185,116,234). Sum of RGB (Red+Green+Blue) = 185+116+234=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #B974EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B974EA is #468B15. Grayscale: #959595. Windows color (decimal): -4623126 or 15365305. OLE color: 15365305.

HSL color Cylindrical-coordinate representation of color #B974EA: hue angle of 275.08º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B974EA is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185116234-
CMYK0.210.5000.08
HSL275.08º73.75%68.63%-
HSV(B)275.08º50.43%91.76%-
XYZ41.128.7581.22-
YUV150.08175.36152.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.58%
GREEN value IS 116 (45.70% from 255) = 21.68%
BLUE value IS 234 (91.80% from 255) = 43.74%
R=34.58%
G=21.68%
B=43.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851162340.210.5000.08275.0873.7568.63
HexB974EA1532081134a45
Octal2711643522562010423112105
Binary10111001111010011101010101011100100100010001001110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B974EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B974EA; }

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

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

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

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

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

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

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

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