#B967ED

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

Shades of Medium Orchid #B967ED

Tints of Medium Orchid #B967ED

Color information

#B967ED (or 0xB967ED) is unknown color: approx Medium Orchid. HEX triplet: B9, 67 and ED. RGB value is (185,103,237). Sum of RGB (Red+Green+Blue) = 185+103+237=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #B967ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967ED is #469812. Grayscale: #8E8E8E. Windows color (decimal): -4626451 or 15558585. OLE color: 15558585.

HSL color Cylindrical-coordinate representation of color #B967ED: hue angle of 276.72º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B967ED is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185103237-
CMYK0.220.5700.07
HSL276.72º78.82%66.67%-
HSV(B)276.72º56.54%92.94%-
XYZ40.1426.1383.05-
YUV142.79181.17158.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.24%
GREEN value IS 103 (40.62% from 255) = 19.62%
BLUE value IS 237 (92.97% from 255) = 45.14%
R=35.24%
G=19.62%
B=45.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851032370.220.5700.07276.7278.8266.67
HexB967ED1639071154f43
Octal271147355267107425117103
Binary1011100111001111110110110110111001011110001010110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B967ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B967ED; }

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

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

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

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

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

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

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

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