#B638ED

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

Shades of Medium Orchid #B638ED

Tints of Medium Orchid #B638ED

Color information

#B638ED (or 0xB638ED) is unknown color: approx Medium Orchid. HEX triplet: B6, 38 and ED. RGB value is (182,56,237). Sum of RGB (Red+Green+Blue) = 182+56+237=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 56 (22.27% from 255 or 11.79% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #B638ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B638ED is #49C712. Grayscale: #717171. Windows color (decimal): -4835091 or 15546550. OLE color: 15546550.

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

Color convert

RGB18256237-
CMYK0.230.7600.07
HSL281.77º83.41%57.45%-
HSV(B)281.77º76.37%92.94%-
XYZ35.9918.8981.87-
YUV114.31197.24176.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 56 (22.27% from 255) = 11.79%
BLUE value IS 237 (92.97% from 255) = 49.89%
R=38.32%
G=11.79%
B=49.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182562370.230.7600.07281.7783.4157.45
HexB638ED174C0711a5339
Octal26670355271140743212371
Binary101101101110001110110110111100110001111000110101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B638ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B638ED; }

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

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

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

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

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

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

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

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