#B967F5

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

Shades of Medium Orchid #B967F5

Tints of Medium Orchid #B967F5

Color information

#B967F5 (or 0xB967F5) is unknown color: approx Medium Orchid. HEX triplet: B9, 67 and F5. RGB value is (185,103,245). Sum of RGB (Red+Green+Blue) = 185+103+245=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #B967F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967F5 is #46980A. Grayscale: #8F8F8F. Windows color (decimal): -4626443 or 16082873. OLE color: 16082873.

HSL color Cylindrical-coordinate representation of color #B967F5: hue angle of 274.65º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B967F5 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185103245-
CMYK0.240.5800.04
HSL274.65º87.65%68.24%-
HSV(B)274.65º57.96%96.08%-
XYZ41.3426.6189.34-
YUV143.71185.17157.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 103 (40.62% from 255) = 19.32%
BLUE value IS 245 (96.09% from 255) = 45.97%
R=34.71%
G=19.32%
B=45.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851032450.240.5800.04274.6587.6568.24
HexB967F5183A041135844
Octal271147365307204423130104
Binary1011100111001111111010111000111010010010001001110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B967F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B967F5; }

 p { color: rgb(185,103,245); }

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

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

 a { background-color: rgb(185,103,245); }

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

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

 span { border-color: rgb(185,103,245); }

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