#B967EF

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

Shades of Medium Orchid #B967EF

Tints of Medium Orchid #B967EF

Color information

#B967EF (or 0xB967EF) is unknown color: approx Medium Orchid. HEX triplet: B9, 67 and EF. RGB value is (185,103,239). Sum of RGB (Red+Green+Blue) = 185+103+239=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #B967EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967EF is #469810. Grayscale: #8E8E8E. Windows color (decimal): -4626449 or 15689657. OLE color: 15689657.

HSL color Cylindrical-coordinate representation of color #B967EF: hue angle of 276.18º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B967EF is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185103239-
CMYK0.230.5700.06
HSL276.18º80.95%67.06%-
HSV(B)276.18º56.9%93.73%-
XYZ40.4426.2584.6-
YUV143.02182.17157.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.10%
GREEN value IS 103 (40.62% from 255) = 19.54%
BLUE value IS 239 (93.75% from 255) = 45.35%
R=35.10%
G=19.54%
B=45.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851032390.230.5700.06276.1880.9567.06
HexB967EF1739061145143
Octal271147357277106424121103
Binary1011100111001111110111110111111001011010001010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B967EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B967EF; }

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

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

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

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

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

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

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

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