#B65CED

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

Shades of Medium Orchid #B65CED

Tints of Medium Orchid #B65CED

Color information

#B65CED (or 0xB65CED) is unknown color: approx Medium Orchid. HEX triplet: B6, 5C and ED. RGB value is (182,92,237). Sum of RGB (Red+Green+Blue) = 182+92+237=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #B65CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65CED is #49A312. Grayscale: #868686. Windows color (decimal): -4825875 or 15555766. OLE color: 15555766.

HSL color Cylindrical-coordinate representation of color #B65CED: hue angle of 277.24º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B65CED is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18292237-
CMYK0.230.6100.07
HSL277.24º80.11%64.51%-
HSV(B)277.24º61.18%92.94%-
XYZ38.423.7182.67-
YUV135.44185.32161.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.62%
GREEN value IS 92 (36.33% from 255) = 18.00%
BLUE value IS 237 (92.97% from 255) = 46.38%
R=35.62%
G=18.00%
B=46.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182922370.230.6100.07277.2480.1164.51
HexB65CED173D071155041
Octal266134355277507425120101
Binary1011011010111001110110110111111101011110001010110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65CED; }

 p { color: rgb(182,92,237); }

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

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

 a { background-color: rgb(182,92,237); }

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

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

 span { border-color: rgb(182,92,237); }

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